1 #ifndef _TYPE_NAMES_GENERATOR_
2 #define _TYPE_NAMES_GENERATOR_
4 #include <fastrtps/fastrtps_dll.h>
19 bool generate_identifier =
true);
22 const std::string& type_name,
24 bool generate_identifier =
true);
27 const std::string& type_name,
28 const std::vector<uint32_t>& bound,
29 bool generate_identifier =
true);
32 const std::string& type_name,
33 const std::vector<uint32_t>& bound,
35 bool generate_identifier =
true);
38 const std::string& key_type_name,
39 const std::string& value_type_name,
41 bool generate_identifier =
true);
Definition: TypeNamesGenerator.h:14
static RTPS_DllAPI std::string get_string_type_name(uint32_t bound, bool wide, bool generate_identifier=true)
static RTPS_DllAPI std::string get_array_type_name(const std::string &type_name, const std::vector< uint32_t > &bound, uint32_t &ret_size, bool generate_identifier=true)
static RTPS_DllAPI std::string get_array_type_name(const std::string &type_name, const std::vector< uint32_t > &bound, bool generate_identifier=true)
static RTPS_DllAPI std::string get_sequence_type_name(const std::string &type_name, uint32_t bound, bool generate_identifier=true)
static RTPS_DllAPI std::string get_map_type_name(const std::string &key_type_name, const std::string &value_type_name, uint32_t bound, bool generate_identifier=true)
eProsima namespace.
Definition: LibrarySettingsAttributes.h:23