|
ICG 2
Electric Boogaloo
|
#include <PointerValue.hpp>
Public Member Functions | |
| PointerValue (void *value) | |
| void * | getPointer () |
| void | print (std::ostream &s) const override |
| std::string | toString () const override |
| ValueType | getValueType () const override |
Public Member Functions inherited from Value | |
| virtual | ~Value () |
Additional Inherited Members | |
Public Types inherited from Value | |
| enum | ValueType { STRING , INTEGER , FLOATING_POINT , POINTER } |
| PointerValue::PointerValue | ( | void * | value | ) |
Constructor.
| value | The value of this PointerValue. |
| void * PointerValue::getPointer | ( | ) |
Get the value of this PointerValue.
|
overridevirtual |
Print this PointerValue to a stream.
Implements Value.
|
overridevirtual |
Get a string representation of this PointerValue.
Implements Value.