#include <include/EST_Val.h>
Automatic casting | |
operator int () const | |
operator float () const | |
operator EST_String () const | |
ostream & | operator<< (ostream &s, const EST_Val &a) |
The EST_Val class is a container class, used to store a single item which can be an int, float, string or other user-defined class. It is often used as the base item in the <link linkend="est-features">EST_Features</link> class, to enable features to take on values of different types.
Copy constructor for another EST_Val
Definition at line 48 of file EST_Val.cc.
|
inline |
|
inline |
Definition at line 64 of file EST_Val.cc.
EST_Val::~EST_Val | ( | void | ) |
Destructor
Definition at line 71 of file EST_Val.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Assignment of val to another val
Definition at line 80 of file EST_Val.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
EST_Contents* EST_Val::pval |