# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLGEORGES Namespace Reference


Compounds

class  NLGEORGES::CType::CDefinition
class  NLGEORGES::CFileHeader
class  NLGEORGES::CFormElmArray::CElement
class  NLGEORGES::CFormDfn::CEntry
class  NLGEORGES::CForm
 This class implement a georges form. More...

class  NLGEORGES::CForm::CParent
class  NLGEORGES::CFormDfn
 This class is the defnition for a familly of from. More...

class  NLGEORGES::CFormDfn::CParent
class  NLGEORGES::CFormElm
 Base class of form elments. More...

class  NLGEORGES::CFormElmArray
 Define an array of elements. More...

class  NLGEORGES::CFormElmAtom
 Signed integer element. More...

class  NLGEORGES::CFormElmStruct
 Define a structure of elements. More...

class  NLGEORGES::CFormElmStruct::CFormElmStructElm
class  NLGEORGES::CFormElmVirtualStruct
 Define an array of elements. More...

class  NLGEORGES::CFormLoader
 Georges form loader implementation. More...

class  NLGEORGES::CMyEvalNumExpr
class  NLGEORGES::CType
 This class is a basic type used by atomic form element. More...

class  NLGEORGES::UForm
 This class provide an interface to access Georges form. More...

class  NLGEORGES::UFormDfn
 Georges DFN ifle interface. More...

class  NLGEORGES::UFormElm
class  NLGEORGES::UFormLoader
 Georges form loader interface. More...

class  NLGEORGES::UType
 Georges type interface. 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)


Function Documentation

void buildError char *    msg,
uint    offset
 

Definition at line 496 of file type.cpp.

uint findSpecialCharacter const char *    special,
char    c,
uint    startOffset
 

Definition at line 472 of file type.cpp.

uint getNextToken const char *    startString,
string &    token,
uint   offset
 

Definition at line 422 of file type.cpp.

void NLGEORGES::warning bool    exception,
const char *    format,
...   
 

Definition at line 45 of file form.cpp.

Referenced by NLGEORGES::CType::warning, NLGEORGES::CFileHeader::warning, NLGEORGES::CFormLoader::warning, NLGEORGES::CFormElmAtom::warning, NLGEORGES::CFormElmArray::warning, NLGEORGES::CFormElmVirtualStruct::warning, NLGEORGES::CFormElmStruct::warning, NLGEORGES::CFormElm::warning, NLGEORGES::CFormDfn::warning, NLGEORGES::CForm::warning, and NLGEORGES::CType::warning2.