VICI
0.11.815
Visual Chart Interpreter
|
Holds a pointer to a discoverable object. More...
#include <vici/discover.h>
Public Member Functions | |
DiscoverPointer () | |
Default constructor. | |
DiscoverPointer (void *a) | |
Constructor. More... | |
Public Attributes | |
void * | addr |
Pointer to a discoverable object. | |
Holds a pointer to a discoverable object.
A discoverable object holds a shared pointer to this object. The DiscoveryManager holds a weak pointer to this object so that it can tell when the owner has been deleted.
|
inline |
Constructor.
a | The address of the discoverable object. |