Type.h file
Enum Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::OpenDdl deprecated in Git master
- OpenDDL parser.
Enums
- enum class Type: UnsignedInt { Bool, UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, UnsignedLong, Long, Float, Double, String, Reference, Type, Custom } deprecated in Git master
- OpenDDL type.
- enum class PropertyType: UnsignedByte { Bool, UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, UnsignedLong, Long, Float, Double, String, Reference, Type } deprecated in Git master
- Property type.
- enum (anonymous): Int { UnknownIdentifier = INT16_MAX - Int(Type::Custom) deprecated in Git master }
Functions
- auto operator<<(Debug& debug, Type value) -> Debug& deprecated in Git master
- Debug output operator.
- auto operator<<(Debug& debug, PropertyType value) -> Debug& deprecated in Git master
- Debug output operator.