|
C++ Actor Framework 0.19
|
Represents a pointer to a value with its subtype as type ID number. More...
#include <attachable.hpp>
Public Member Functions | |
| template<class T > | |
| token (const T &tk) | |
| token (size_t typenr, const void *vptr) | |
Public Attributes | |
| size_t | subtype |
| Denotes the type of ptr. | |
| const void * | ptr |
| Any value, used to identify attachable instances. | |
Represents a pointer to a value with its subtype as type ID number.