Classes | |
| class | UForm |
| This class provide an interface to access Georges form. More... | |
| class | UFormDfn |
| Georges DFN ifle interface. More... | |
| class | UFormElm |
| class | UFormLoader |
| Georges form loader interface. More... | |
| class | UType |
| Georges type interface. More... | |
| class | CForm |
| This class implement a georges form. More... | |
| class | CFormDfn |
| This class is the defnition for a family of forms. More... | |
| class | CFormElm |
| Base class of form elements. More... | |
| class | CFormElmStruct |
| Define a structure of elements. More... | |
| class | CFormElmVirtualStruct |
| Define an array of elements. More... | |
| class | CFormElmArray |
| Define an array of elements. More... | |
| class | CFormElmAtom |
| Signed integer element. More... | |
| class | CFormLoader |
| Georges form loader implementation. More... | |
| class | CFileHeader |
| class | CMyEvalNumExpr |
| class | CType |
| This class is a basic type used by atomic form element. More... | |
Functions | |
| void | warning (bool exception, const char *format,...) |
| uint | getNextToken (const char *startString, string &token, uint &offset) |
| uint | findSpecialCharacter (const char *special, char c, uint startOffset) |
| void | buildError (char *msg, uint offset) |
Definition at line 457 of file type.cpp.
References NL_TOKEN_DOUBLE_QUOTE, NL_TOKEN_END, NL_TOKEN_NAME, NL_TOKEN_OPEN_BRACKET, and NL_TOKEN_STRING.
| void NLGEORGES::warning | ( | bool | exception, | |
| const char * | format, | |||
| ... | ||||
| ) |
1.6.1