|
ad_rss_map_integration
|
#include <iostream>#include <memory>#include <string>#include "spdlog/fmt/ostr.h"#include "spdlog/spdlog.h"

Go to the source code of this file.
Classes | |
| struct | fmt::formatter<::ad::rss::map::RssConstellationCreationMode > |
| overload of fmt::formatter calling std::to_string More... | |
Namespaces | |
| ad | |
| namespace ad | |
| ad::rss | |
| namespace rss | |
| ad::rss::map | |
| namespace map | |
Macros | |
| #define | GEN_GUARD_AD_RSS_MAP_RSSCONSTELLATIONCREATIONMODE |
| protect the definition of functions from duplicates by typedef usage within other data types | |
Enumerations | |
| enum class | ad::rss::map::RssConstellationCreationMode : int32_t { ad::rss::map::Ignore = 0 , ad::rss::map::NotRelevant = 1 , ad::rss::map::Structured = 2 , ad::rss::map::Unstructured = 3 } |
| DataType RssConstellationCreationMode. More... | |
Functions | |
| std::string | toString (::ad::rss::map::RssConstellationCreationMode const e) |
| Conversion of ad::rss::map::RssConstellationCreationMode 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::map::RssConstellationCreationMode | fromString (std::string const &str) |
| Conversion from std::string to enum type T helper. More... | |
| std::ostream & | ad::rss::map::operator<< (std::ostream &os, RssConstellationCreationMode const &value) |
| standard ostream operator More... | |
| std::string | std::to_string (::ad::rss::map::RssConstellationCreationMode const &value) |
| overload of the std::to_string for RssConstellationCreationMode | |
Generated file
Generator Version : 11.0.0-2046
| 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::map::RssConstellationCreationMode 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: