src/ldconfig.h

changeset 498
791c831c8020
parent 496
d6cbf21af8fb
child 538
2f85d4d286e5
equal deleted inserted replaced
497:c51941e590b6 498:791c831c8020
33 33
34 bool atEnd(); 34 bool atEnd();
35 bool atBeginning(); 35 bool atBeginning();
36 bool next (str& val); 36 bool next (str& val);
37 bool peekNext (str& val); 37 bool peekNext (str& val);
38 bool getToken (str& val, const ushort pos); 38 bool getToken (str& val, const int pos);
39 bool findToken (short& result, char const* needle, short args); 39 bool findToken (short& result, char const* needle, short args);
40 size_t size(); 40 size_t size();
41 void rewind(); 41 void rewind();
42 void seek (short amount, bool rel); 42 void seek (short amount, bool rel);
43 bool tokenCompare (short inPos, const char* sOther); 43 bool tokenCompare (short inPos, const char* sOther);

mercurial