Home
last modified time | relevance | path

Searched refs:_section_ofs (Results 1 – 4 of 4) sorted by relevance

/dports/games/tycho/species/
H A Dini.cpp345 INIFile::INIFile(istream &is): _is(&is), _section_ofs(NO_SECTION), _kvp() { in INIFile()
361 _section_ofs = _is->tellg(); in seek()
362 _section_ofs--; // just step back a bit to try to fix obscure bug in seek()
366 _section_ofs = NO_SECTION; in seek()
371 if(NO_SECTION == _section_ofs) // bad section? in get()
374 _is->seekg(_section_ofs,ios::beg); // seek to beginning of section data in get()
H A Dini.hpp102 int _section_ofs; member in INIFile
/dports/games/species/species/
H A Dini.cpp345 INIFile::INIFile(istream &is): _is(&is), _section_ofs(NO_SECTION), _kvp() { in INIFile()
361 _section_ofs = _is->tellg(); in seek()
362 _section_ofs--; // just step back a bit to try to fix obscure bug in seek()
366 _section_ofs = NO_SECTION; in seek()
371 if(NO_SECTION == _section_ofs) // bad section? in get()
374 _is->seekg(_section_ofs,ios::beg); // seek to beginning of section data in get()
H A Dini.hpp102 int _section_ofs; member in INIFile