fem::ident Class Reference

#include <femIdentifier.hpp>

List of all members.



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

Detailed Description

Author:
Christophe Prud'homme <prudhomm@users.sourceforge.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 methods default constructor

00043     :
00044     name ( 0 ),
00045     symb ( lpar ),
00046     value ( 0 ),
00047     table ( 0 )
00048   {
00049   }
  ident::ident( ident const& i )


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

This is the FreeFEM reference manual
Provided by The KFEM project