#include <regex.h>
#include <string>
#include <vector>
#include <iostream>
Classes | |
class | Configuration |
struct | Configuration::Item |
class | Configuration::MatchAgainstConfig |
match a string against a configurable list of patterns More... | |
Functions | |
bool | ReadConfigDir (Configuration &Conf, const std::string &Dir, bool const &AsSectional=false, unsigned const &Depth=0) |
bool | ReadConfigFile (Configuration &Conf, const std::string &FName, bool const &AsSectional=false, unsigned const &Depth=0) |
Variables | |
Configuration * | _config |
bool ReadConfigDir | ( | Configuration & | Conf, |
const std::string & | Dir, | ||
bool const & | AsSectional = false , |
||
unsigned const & | Depth = 0 |
||
) |
bool ReadConfigFile | ( | Configuration & | Conf, |
const std::string & | FName, | ||
bool const & | AsSectional = false , |
||
unsigned const & | Depth = 0 |
||
) |
Configuration* _config |
Referenced by pkgDepCache::Policy::Policy().