ScopedSubscriptionHandle Class Reference

#include <RobotAPI/libraries/armem/client/util/SubscriptionHandle.h>

Public Member Functions

ScopedSubscriptionHandleoperator= (SubscriptionHandle handle)
 Assignment operator. More...
 
 ScopedSubscriptionHandle ()
 
 ScopedSubscriptionHandle (SubscriptionHandle &&handle)
 
 ~ScopedSubscriptionHandle ()
 

Detailed Description

Definition at line 40 of file SubscriptionHandle.h.

Constructor & Destructor Documentation

◆ ScopedSubscriptionHandle() [1/2]

Definition at line 40 of file SubscriptionHandle.cpp.

◆ ScopedSubscriptionHandle() [2/2]

Definition at line 44 of file SubscriptionHandle.cpp.

◆ ~ScopedSubscriptionHandle()

Definition at line 56 of file SubscriptionHandle.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ operator=()

Assignment operator.

Note
Intentional call by value, since this leverages the move constructor. See https://stackoverflow.com/a/11540204 (section "Move assignment operators").

Definition at line 50 of file SubscriptionHandle.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: