FreeFem 3.5.x
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

    :
    name ( 0 ),
    symb ( lpar ),
    value ( 0 ),
    table ( 0 )
  {
  }

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

This is the FreeFEM reference manual
Provided by The KFEM project