CalPlatform() | CalPlatform | [protected] |
readBytes(std::istream &input, void *pBuffer, int length) | CalPlatform | [static] |
readBytes(char *input, void *pBuffer, int length) | CalPlatform | [static] |
readFloat(std::istream &input, float &value) | CalPlatform | [static] |
readFloat(char *input, float &value) | CalPlatform | [static] |
readInteger(std::istream &input, int &value) | CalPlatform | [static] |
readInteger(char *input, int &value) | CalPlatform | [static] |
readString(std::istream &input, std::string &strValue) | CalPlatform | [static] |
readString(char *input, std::string &strValue) | CalPlatform | [static] |
writeBytes(std::ostream &output, const void *pBuffer, int length) | CalPlatform | [static] |
writeFloat(std::ostream &output, float value) | CalPlatform | [static] |
writeInteger(std::ostream &output, int value) | CalPlatform | [static] |
writeString(std::ostream &output, const std::string &strValue) | CalPlatform | [static] |
~CalPlatform() | CalPlatform | [protected, virtual] |