Classes | |
class | Base |
Offers basic functions to set the precision etc. More... | |
class | Number |
class | String |
Stores a string (tString) value. More... | |
class | UnaryOp |
Base class for unary operators. More... | |
class | BinaryOp |
Base class for binary operators. More... | |
Typedefs | |
typedef Number< float > | Float |
typedef Number< int > | Int |
typedef Number<float> vValue::Expr::Core::Float |
typedef Number<int> vValue::Expr::Core::Int |