|
FreeFem 3.5.x
|
#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
:
name ( 0 ),
symb ( lpar ),
value ( 0 ),
table ( 0 )
{
}