| create(const char *sectionName, PhysicalInStream &stream) | InConfig | [protected] |
| InConfig() | InConfig | [inline] |
| InText() | InText | [inline] |
| isEof(const PhysicalInStream &stream) const | InText | [inline, protected, virtual] |
| isWhitespace() | InConfig | [protected, virtual] |
| nextChar(PhysicalInStream &stream) | InConfig | [protected, virtual] |
| readChar(char &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readData(void *p, int size, PhysicalInStream &stream) | InText | [protected, virtual] |
| readDouble(double &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readEndl(PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readFloat(float &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readInt(int &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readLong(long &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readSection | InConfig | [private] |
| readShort(short &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readString(char *d, PhysicalInStream &stream) | InText | [protected, virtual] |
| readUChar(unsigned char &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readUInt(unsigned int &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readULong(unsigned long &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| readUShort(unsigned short &d, PhysicalInStream &stream) | InText | [inline, protected, virtual] |
| reset() | InText | [inline] |
| skipComment(PhysicalInStream &stream) | InConfig | [private] |
| skipData(int size, PhysicalInStream &stream) | StreamReader | [protected, virtual] |
| skipLine(PhysicalInStream &stream) | InConfig | [private] |
| skipWhitespace(PhysicalInStream &stream) | InConfig | [protected, virtual] |
| theChar | InText | [protected] |