 |
Fast RTPS
Version 2.6.0
Fast RTPS
|
15 #ifndef TYPES_DYNAMIC_TYPE_PTR_H
16 #define TYPES_DYNAMIC_TYPE_PTR_H
18 #include <fastrtps/types/TypesBase.h>
30 typedef std::shared_ptr<DynamicType>
Base;
32 using Base::operator ->;
33 using Base::operator *;
34 using Base::operator bool;
76 #endif // TYPES_DYNAMIC_TYPE_PTR_H
std::shared_ptr< DynamicType > Base
Definition: DynamicTypePtr.h:30
Definition: DynamicType.h:37
RTPS_DllAPI bool operator!=(std::nullptr_t) const
Definition: DynamicTypePtr.h:58
DynamicType_ptr()
Definition: DynamicTypePtr.h:36
RTPS_DllAPI bool operator==(std::nullptr_t) const
Definition: DynamicTypePtr.h:64
RTPS_DllAPI DynamicType_ptr & operator=(const DynamicType_ptr &)=default
Definition: DynamicTypePtr.h:26
Definition: LibrarySettingsAttributes.h:23