|
#include <RobotAPI/libraries/armem/client/util/SubscriptionHandle.h>
Public Member Functions | |
SubscriptionHandle & | operator= (SubscriptionHandle other) |
Assignment operator. More... | |
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 14 of file SubscriptionHandle.cpp.
SubscriptionHandle | ( | SubscriptionHandle && | other | ) |
Definition at line 18 of file SubscriptionHandle.cpp.
SubscriptionHandle & operator= | ( | SubscriptionHandle | other | ) |
Assignment operator.
Definition at line 28 of file SubscriptionHandle.cpp.
void release | ( | ) |
Definition at line 35 of file SubscriptionHandle.cpp.
|
friend |
Definition at line 12 of file SubscriptionHandle.h.
|
friend |