|
|
#include <RobotAPI/libraries/armem/client/util/SubscriptionHandle.h>
Public Member Functions | |
| SubscriptionHandle & | operator= (SubscriptionHandle other) |
| Assignment operator. | |
| void | release () |
| SubscriptionHandle () | |
| SubscriptionHandle (SubscriptionHandle &&other) | |
Friends | |
| class | MemoryListener |
| void | swap (SubscriptionHandle &first, SubscriptionHandle &second) |
Definition at line 10 of file SubscriptionHandle.h.
Definition at line 17 of file SubscriptionHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SubscriptionHandle | ( | SubscriptionHandle && | other | ) |
| SubscriptionHandle & operator= | ( | SubscriptionHandle | other | ) |
Assignment operator.
Definition at line 31 of file SubscriptionHandle.cpp.
Here is the call graph for this function:| void release | ( | ) |
Definition at line 38 of file SubscriptionHandle.cpp.
|
friend |
Definition at line 12 of file SubscriptionHandle.h.
|
friend |