Public Member Functions | |
basic_config_file_iterator (std::basic_istream< charT > &is, const std::set< std::string > &allowed_options, bool allow_unregistered=false) | |
void | get () |
Private Member Functions | |
bool | getline (std::string &) |
Private Attributes | |
boost::shared_ptr< std::basic_istream< charT > > | is |
Definition at line 370 of file config_file.h.
drizzled::program_options::detail::basic_config_file_iterator< charT >::basic_config_file_iterator | ( | std::basic_istream< charT > & | is, |
const std::set< std::string > & | allowed_options, | ||
bool | allow_unregistered = false |
||
) |
Creates a config file parser for the specified stream.
Definition at line 404 of file config_file.h.