#include <props.hxx>
Inherits SGRawValue< T >.
Definition at line 226 of file props.hxx.
Public Member Functions | |
| virtual SGRawValue< T > * | clone () const |
| Create a copy of this raw value. | |
| virtual T | getValue () const |
| Get the underlying value. | |
| virtual bool | setValue (T value) |
| Set the underlying value. | |
| SGRawValuePointer (T *ptr) | |
| Explicit pointer constructor. | |
| virtual | ~SGRawValuePointer () |
| Destructor. | |
| SGRawValuePointer | ( | T * | ptr | ) | [inline] |
| virtual SGRawValue<T>* clone | ( | ) | const [inline, virtual] |
The copy will use the same external pointer as the original.
Implements SGRawValue.
| virtual T getValue | ( | ) | const [inline, virtual] |
This method will dereference the pointer and return the variable's value.
Implements SGRawValue.
| virtual bool setValue | ( | T | value | ) | [inline, virtual] |
This method will dereference the pointer and change the variable's value.
Implements SGRawValue.
1.5.5