Changeset 5936 in orxonox.OLD for trunk/src/lib/util/ini_parser.h
- Timestamp:
- Dec 6, 2005, 2:12:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/ini_parser.h
r5935 r5936 43 43 44 44 bool readFile(const char* fileName); 45 bool writeFile(const char* fileName) ;45 bool writeFile(const char* fileName) const; 46 46 47 47 bool addSection(const char* sectionName); … … 51 51 bool isOpen() const { return (this->fileName != NULL)? true : false; }; 52 52 53 void getFirstSection();53 void firstSection(); 54 54 const char* nextSection(); 55 55 … … 60 60 const char* getVar(const char* entryName, const char* sectionName, const char* defaultValue = "") const; 61 61 62 void getFirstVar();62 void firstVar(); 63 63 bool nextVar(); 64 64
Note: See TracChangeset
for help on using the changeset viewer.