An assignable (from T ) value to be used as arguments for a Label. You should store these separately, and when you assign to them the linked Label will get updated.
More...
#include <label.h>
template<typename T>
class ape::SharedValue< T >
An assignable (from T ) value to be used as arguments for a Label. You should store these separately, and when you assign to them the linked Label will get updated.
- Template Parameters
-
| T | A primitive, scalar type (integers, floating point types or pointer). |
◆ SharedValue()
◆ createHandle()
Create a handle to this value. The value will be kept alive until all the handles go out of scope.
- Returns
◆ getPtr()
Retrieve a pointer to the shared value. Used internally.
◆ getTypeDesignator()
◆ operator T()
Read the value contained.
◆ operator=()
Write to the value contained.
The documentation for this class was generated from the following file:
- C:/Code/ape/make/skeleton/includes/label.h