This is the complete list of members for CalPlatform, including all inherited members.
| 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 |
| readShort(std::istream &input, short &value) | CalPlatform | static |
| readShort(char *input, short &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 |
| writeShort(std::ostream &output, short value) | CalPlatform | static |
| writeString(std::ostream &output, const std::string &strValue) | CalPlatform | static |
| ~CalPlatform() | CalPlatform | protectedvirtual |