C++ Actor Framework 1.0.0
|
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.