FreeFem  3.5.x
List of all members
fem::ident Class Reference

#include <femIdentifier.hpp>

char * name
 
Symbol symb
 
creal value
 
crealtable
 
 ident ()
 Typedefs. More...
 
 ident (ident const &)
 copy constructor
 
 ~ident ()
 destructor
 
identoperator= (ident const &)
 copy operator
 

Detailed Description

Author
Christophe Prud'homme prudh.nosp@m.omm@.nosp@m.users.nosp@m..sou.nosp@m.rcefo.nosp@m.rge..nosp@m.net
Version
Id:
femIdentifier.hpp,v 1.3 2001/07/12 15:15:39 delpinux Exp

Constructor & Destructor Documentation

fem::ident::ident ( )

Typedefs.

Constructors, destructor and methodsdefault constructor

43  :
44  name ( 0 ),
45  symb ( lpar ),
46  value ( 0 ),
47  table ( 0 )
48  {
49  }

The documentation for this class was generated from the following files:

This is the FreeFEM reference manual
Provided by The KFEM project