| 
    Wexus2 0.20 
   | 
 
#include <ModelToken.h>

Public Member Functions | |
| ModelToken (char typ) | |
| virtual | ~ModelToken () | 
| dtor marked virtual  | |
| char | type (void) const | 
The base class of all model tokens.
| wexus::ModelToken::ModelToken | ( | char | typ | ) | 
Constructor.
| typ | the type of token, one of 'S' (fields section) 'F' (fields) or 'L' (literal) | 
| lit | the literal code/byte stream |