#include <ParsePrimitive.hpp>
Public Member Functions | |
PrimitiveSetSharedPtr | ParsePrimitiveFile (const char *inFileName) |
parse an XDLRC file | |
Protected Member Functions | |
void | readCurrentLine () |
Reads the current line. | |
void | printError (const char *format,...) |
Print printError. | |
Protected Attributes | |
FILE * | inFile |
const char * | inFileName |
char * | line |
unsigned | lineSize |
unsigned | lineNumber |
Definition at line 35 of file ParsePrimitive.hpp.
void torc::physical::ParsePrimitive::readCurrentLine | ( | ) | [protected] |
void torc::physical::ParsePrimitive::printError | ( | const char * | format, | |
... | ||||
) | [protected] |
PrimitiveSetSharedPtr torc::physical::ParsePrimitive::ParsePrimitiveFile | ( | const char * | inFileName | ) |