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

Go to the source code of this file.
Namespaces | |
| ad | |
| namespace ad | |
| ad::rss | |
| namespace rss | |
| ad::rss::state | |
| namespace state | |
Macros | |
| #define | GEN_GUARD_AD_RSS_STATE_UNSTRUCTUREDSCENERESPONSE |
| protect the definition of functions from duplicates by typedef usage within other data types | |
Enumerations | |
| enum class | ad::rss::state::UnstructuredSceneResponse : int32_t { ad::rss::state::None = 0 , ad::rss::state::ContinueForward = 1 , ad::rss::state::DriveAway = 2 , ad::rss::state::Brake = 3 } |
| DataType UnstructuredSceneResponse. More... | |
Functions | |
| std::string | toString (::ad::rss::state::UnstructuredSceneResponse const e) |
| Conversion of ad::rss::state::UnstructuredSceneResponse 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::rss::state::UnstructuredSceneResponse | fromString (std::string const &str) |
| Conversion from std::string to enum type T helper. More... | |
| std::ostream & | ad::rss::state::operator<< (std::ostream &os, UnstructuredSceneResponse const &value) |
| standard ostream operator More... | |
| std::string | std::to_string (::ad::rss::state::UnstructuredSceneResponse const &value) |
| overload of the std::to_string for UnstructuredSceneResponse | |
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::rss::state::UnstructuredSceneResponse 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: