Class TypeNamesGenerator

Class Documentation

class TypeNamesGenerator

Public Static Functions

static RTPS_DllAPI std::string get_string_type_name (uint32_t bound, bool wide, 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_array_type_name (const std::string &type_name, const std::vector< uint32_t > &bound, 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_map_type_name (const std::string &key_type_name, const std::string &value_type_name, uint32_t bound, bool generate_identifier=true)