#include <InstanceHandle.hpp>
Inheritance diagram for InstanceHandle< DELEGATE >:Public Member Functions | |
| InstanceHandle () | |
| InstanceHandle (const dds::core::null_type &src) | |
| ~InstanceHandle () | |
| bool | operator== (const InstanceHandle &other) const |
| InstanceHandle & | operator= (const dds::core::null_type &src) |
| bool | operator== (const dds::core::null_type &other) const |
| bool | is_nil () const |
Static Public Member Functions | |
| static const InstanceHandle | nil () |
Definition at line 29 of file InstanceHandle.hpp.
| InstanceHandle | ( | ) | [inline] |
Definition at line 31 of file InstanceHandle.hpp.
| InstanceHandle | ( | const dds::core::null_type & | src | ) | [inline] |
Definition at line 33 of file InstanceHandle.hpp.
| ~InstanceHandle | ( | ) | [inline] |
Definition at line 36 of file InstanceHandle.hpp.
| bool is_nil | ( | ) | const [inline] |
Definition at line 55 of file InstanceHandle.hpp.
| static const InstanceHandle nil | ( | ) | [inline, static] |
Definition at line 39 of file InstanceHandle.hpp.
| InstanceHandle& operator= | ( | const dds::core::null_type & | src | ) | [inline] |
Definition at line 47 of file InstanceHandle.hpp.
| bool operator== | ( | const dds::core::null_type & | other | ) | const [inline] |
Definition at line 51 of file InstanceHandle.hpp.
| bool operator== | ( | const InstanceHandle< DELEGATE > & | other | ) | const [inline] |
Definition at line 43 of file InstanceHandle.hpp.
1.7.1