|
ad_map_access
|
#include <iostream>#include <memory>#include <string>

Go to the source code of this file.
Namespaces | |
| ad | |
| namespace ad | |
| ad::map | |
| namespace map | |
| ad::map::match | |
| namespace match | |
Macros | |
| #define | GEN_GUARD_AD_MAP_MATCH_OBJECTREFERENCEPOINTS |
| protect the definition of functions from duplicates by typedef usage within other data types | |
Enumerations | |
| enum | ad::map::match::ObjectReferencePoints : int32_t { ad::map::match::ObjectReferencePoints::FrontLeft = 0, ad::map::match::ObjectReferencePoints::FrontRight = 1, ad::map::match::ObjectReferencePoints::RearLeft = 2, ad::map::match::ObjectReferencePoints::RearRight = 3, ad::map::match::ObjectReferencePoints::Center = 4, ad::map::match::ObjectReferencePoints::NumPoints = 5 } |
| DataType ObjectReferencePoints. More... | |
Functions | |
| std::string | toString (::ad::map::match::ObjectReferencePoints const e) |
| Conversion of ad::map::match::ObjectReferencePoints to std::string helper. | |
| template<typename EnumType > | |
| EnumType | fromString (std::string const &str) |
| Conversion from std::string to enum type T helper. More... | |
| template<> | |
| ::ad::map::match::ObjectReferencePoints | fromString (std::string const &str) |
| Conversion from std::string to enum type T helper. More... | |
| std::ostream & | ad::map::match::operator<< (std::ostream &os, ObjectReferencePoints const &value) |
| standard ostream operator More... | |
| std::string | std::to_string (::ad::map::match::ObjectReferencePoints const &value) |
| overload of the std::to_string for ObjectReferencePoints | |
Generated file
Generator Version : 11.0.0-1997
| EnumType fromString | ( | std::string const & | str | ) |
Conversion from std::string to enum type T helper.
| [in] | str | - a fully qualified string name of enum class type |
| std::out_of_range | exception if the given string does not match any enum type |
Example usage:
| ::ad::map::match::ObjectReferencePoints fromString | ( | std::string const & | str | ) |
Conversion from std::string to enum type T helper.
| [in] | str | - a fully qualified string name of enum class type |
| std::out_of_range | exception if the given string does not match any enum type |
Example usage:
1.8.17