#include <DynamicTypePtr.h>
Public Types | |
typedef std::shared_ptr< DynamicType > | Base |
Public Member Functions | |
DynamicType_ptr () | |
RTPS_DllAPI | DynamicType_ptr (DynamicType *pType) |
RTPS_DllAPI | DynamicType_ptr (const DynamicType_ptr &other)=default |
RTPS_DllAPI | DynamicType_ptr (DynamicType_ptr &&other)=default |
RTPS_DllAPI DynamicType_ptr & | operator= (const DynamicType_ptr &)=default |
RTPS_DllAPI DynamicType_ptr & | operator= (DynamicType_ptr &&)=default |
RTPS_DllAPI DynamicType_ptr & | operator= (DynamicType *) |
RTPS_DllAPI bool | operator!= (std::nullptr_t) const |
RTPS_DllAPI bool | operator== (std::nullptr_t) const |
typedef std::shared_ptr<DynamicType> Base |
|
inline |
|
explicit |
|
default |
|
default |
|
inline |
|
default |
RTPS_DllAPI DynamicType_ptr & operator= | ( | DynamicType * | ) |
|
default |
|
inline |