TweakableParser.h file
Class Corrade::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utilities.
Classes
-
template<class T>struct Corrade::Utility::TweakableParser
- Parser for Tweakable types.
-
template<>struct Corrade::Utility::TweakableParser<int>
- Tweakable constant parser for the
inttype. -
template<>struct Corrade::Utility::TweakableParser<unsigned int>
- Tweakable constant parser for the
unsigned inttype. -
template<>struct Corrade::Utility::TweakableParser<long>
- Tweakable constant parser for the
long inttype. -
template<>struct Corrade::Utility::TweakableParser<unsigned long>
- Tweakable constant parser for the
unsigned long inttype. -
template<>struct Corrade::Utility::TweakableParser<long long>
- Tweakable constant parser for the
long long inttype. -
template<>struct Corrade::Utility::TweakableParser<unsigned long long>
- Tweakable constant parser for the
unsigned long long inttype. -
template<>struct Corrade::Utility::TweakableParser<float>
- Tweakable constant parser for the
floattype. -
template<>struct Corrade::Utility::TweakableParser<double>
- Tweakable constant parser for the
doubletype. -
template<>struct Corrade::Utility::TweakableParser<long double>
- Tweakable constant parser for the
long doubletype. -
template<>struct Corrade::Utility::TweakableParser<char>
- Tweakable constant parser for the
chartype. -
template<>struct Corrade::Utility::TweakableParser<bool>
- Tweakable constant parser for the
booltype.
Enums
- enum class TweakableState: unsigned char { NoChange = 0, Success = 1, Recompile = 2, Error = 3 }
- Tweakable state.
Functions
- auto operator<<(Debug& debug, TweakableState value) -> Debug&
- Debug output operator.