This repository has been archived on 2021-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
prpa/src/configuration.hxx

11 lines
196 B
C++

#ifndef CONFIGURATION_HXX_
# define CONFIGURATION_HXX_
std::list<std::pair<std::string, std::vector<int> > >
Configuration::filters_get()
{
return filters_;
}
#endif /* !CONFIGURATION_HXX_ */