 |
FastRTPS
Version 2.11.2
FastRTPS
|
15 #ifndef TYPES_DYNAMIC_TYPE_BUILDER_PTR_H
16 #define TYPES_DYNAMIC_TYPE_BUILDER_PTR_H
18 #include <fastrtps/types/TypesBase.h>
24 class DynamicTypeBuilder;
30 typedef std::shared_ptr<DynamicTypeBuilder>
Base;
32 using Base::operator ->;
33 using Base::operator *;
34 using Base::operator bool;
67 #endif // TYPES_DYNAMIC_TYPE_BUILDER_PTR_H
std::shared_ptr< DynamicTypeBuilder > Base
Definition: DynamicTypeBuilderPtr.h:30
RTPS_DllAPI DynamicTypeBuilder_ptr & operator=(DynamicTypeBuilder_ptr &&)=default
Definition: DynamicTypeBuilderPtr.h:26
Definition: DynamicTypeBuilder.h:31
RTPS_DllAPI bool operator==(std::nullptr_t) const
Definition: DynamicTypeBuilderPtr.h:55
RTPS_DllAPI DynamicTypeBuilder_ptr()
Definition: DynamicTypeBuilderPtr.h:36
Definition: LibrarySettingsAttributes.h:23
RTPS_DllAPI bool operator!=(std::nullptr_t) const
Definition: DynamicTypeBuilderPtr.h:49