Class DynamicType_ptr

Inheritance Relationships

Base Type

  • public std::shared_ptr< DynamicType >

Class Documentation

class DynamicType_ptr : public std::shared_ptr<DynamicType>

Public Types

typedef std::shared_ptr<DynamicType> Base

Public Functions

inline DynamicType_ptr()
explicit 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 *)
inline RTPS_DllAPI bool operator!= (std::nullptr_t) const
inline RTPS_DllAPI bool operator== (std::nullptr_t) const