VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
VICI::cfi::DiscoverPointer Struct Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

VICI::cfi::DiscoverPointer::DiscoverPointer ( void *  a)
inline

Constructor.

Parameters
aThe address of the discoverable object.

The documentation for this struct was generated from the following file: