37 class H3DAPI_API INIFile {
40 INIFile(
const std::string &file );
43 INIFile( std::istream& in );
46 std::string get( std::string group,
47 std::string name )
const;
50 bool getBoolean( std::string group,
51 std::string name )
const;
54 bool hasOption( std::string group,
55 std::string name )
const;
58 void parseStream( std::istream &is );
60 void parseLine( std::string line,
64 std::map<std::string, std::map<std::string, std::string> > parsed_;
Base header file that handles all configuration related settings.
H3D API namespace.
Definition: Anchor.h:38