ConfigurationValue.h file
Class Corrade::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utilities.
Classes
-
template<class T>struct Corrade::Utility::ConfigurationValue
- Configuration value parser and writer.
-
template<>struct Corrade::Utility::ConfigurationValue<Containers::StringView> new in Git master
- Configuration value parser and writer for Containers::
StringView. -
template<>struct Corrade::Utility::ConfigurationValue<Containers::String> new in Git master
- Configuration value parser and writer for Containers::
String. -
template<>struct Corrade::Utility::ConfigurationValue<short>
- Configuration value parser and writer for the
shorttype. -
template<>struct Corrade::Utility::ConfigurationValue<unsigned short>
- Configuration value parser and writer for the
unsigned shorttype. -
template<>struct Corrade::Utility::ConfigurationValue<int>
- Configuration value parser and writer for the
inttype. -
template<>struct Corrade::Utility::ConfigurationValue<unsigned int>
- Configuration value parser and writer for the
unsigned inttype. -
template<>struct Corrade::Utility::ConfigurationValue<long>
- Configuration value parser and writer for the
longtype. -
template<>struct Corrade::Utility::ConfigurationValue<unsigned long>
- Configuration value parser and writer for the
unsigned longtype. -
template<>struct Corrade::Utility::ConfigurationValue<long long>
- Configuration value parser and writer for the
long longtype. -
template<>struct Corrade::Utility::ConfigurationValue<unsigned long long>
- Configuration value parser and writer for the
unsigned long longtype. -
template<>struct Corrade::Utility::ConfigurationValue<float>
- Configuration value parser and writer for the
floattype. -
template<>struct Corrade::Utility::ConfigurationValue<double>
- Configuration value parser and writer for the
doubletype. -
template<>struct Corrade::Utility::ConfigurationValue<long double>
- Configuration value parser and writer for
long doubletype. -
template<>struct Corrade::Utility::ConfigurationValue<std::string>
- Configuration value parser and writer for std::
string type. -
template<>struct Corrade::Utility::ConfigurationValue<bool>
- Configuration value parser and writer for
booltype. -
template<>struct Corrade::Utility::ConfigurationValue<char32_t>
- Configuration value parser and writer for
char32_ttype.
Enums
- enum class ConfigurationValueFlag: unsigned char { Oct = 1 << 0, Hex = 1 << 1, Scientific = 1 << 2, Uppercase = 1 << 3 }
- Configuration value conversion flag.
Typedefs
- using ConfigurationValueFlags = Containers::EnumSet<ConfigurationValueFlag>
- Configuration value conversion flags.