Magnum/OpenDdl/Validation.h file

Class Magnum::OpenDdl::Validation::Property, Magnum::OpenDdl::Validation::Structure, typedef Magnum::OpenDdl::Validation::Primitives, Magnum::OpenDdl::Validation::Properties, Magnum::OpenDdl::Validation::Structures, tag Magnum::OpenDdl::Validation::RequiredPropertyType, constant Magnum::OpenDdl::Validation::OptionalProperty, Magnum::OpenDdl::Validation::RequiredProperty.

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::OpenDdl deprecated in Git master
OpenDDL parser.
namespace Magnum::OpenDdl::Validation deprecated in Git master
OpenDDL document validation.

Classes

struct Magnum::OpenDdl::Validation::RequiredPropertyType deprecated in Git master
Tag type for required and optional properties.
class Magnum::OpenDdl::Validation::Property deprecated in Git master
Property specification.
class Magnum::OpenDdl::Validation::Structure deprecated in Git master
Structure spec for validation.

Typedefs

using Properties = std::initializer_list<Property> deprecated in Git master
List of allowed properties for validation.
using Primitives = std::initializer_list<Type> deprecated in Git master
List of allowed primitive types for validation.

Variables

RequiredPropertyType RequiredProperty deprecated in Git master constexpr
Required property.
RequiredPropertyType OptionalProperty deprecated in Git master constexpr
Optional property.