#include <femIdentifier.hpp>
|
| |
| char * | name |
| Symbol | symb |
| creal | value |
| creal * | table |
| ident () | |
| Typedefs. | |
| ident (ident const &) | |
| copy constructor | |
| ~ident () | |
| destructor | |
| ident & | operator= (ident const &) |
| copy operator | |
| fem::ident::ident | ( | ) |
Typedefs.
Constructors, destructor and methods default constructor
00043 : 00044 name ( 0 ), 00045 symb ( lpar ), 00046 value ( 0 ), 00047 table ( 0 ) 00048 { 00049 } ident::ident( ident const& i )