#include <vCore.h>


Public Member Functions | |
| UnaryOp (BasePtr value) | |
| Basic constructor. | |
| UnaryOp (UnaryOp const &other) | |
| Copy constructor. | |
| virtual Base * | copy (void) const |
| Returns an exact copy of this object. | |
Protected Attributes | |
| BasePtr | m_value |
| The value for the operation. | |
Definition at line 281 of file vCore.h.
| vValue::Expr::Core::UnaryOp::UnaryOp | ( | BasePtr | value | ) |
| vValue::Expr::Core::UnaryOp::UnaryOp | ( | UnaryOp const & | other | ) |
| Base * vValue::Expr::Core::UnaryOp::copy | ( | void | ) | const [virtual] |
Returns an exact copy of this object.
Reimplemented from vValue::Expr::Core::Base.
Definition at line 238 of file vCore.cpp.
References UnaryOp().
00238 { 00239 return new UnaryOp(*this); 00240 }

BasePtr vValue::Expr::Core::UnaryOp::m_value [protected] |
1.5.4