![]() |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
▼Cstd::exception | STL class |
▼CHazelnp::HazelnuppException | Generic hazelnupp exception |
▼CHazelnp::HazelnuppConstraintException | Gets thrown something bad happens because of parameter constraints |
CHazelnp::HazelnuppConstraintMissingValue | Gets thrown when a parameter constrained to be required is not provided, and has no default value set |
CHazelnp::HazelnuppConstraintTypeMissmatch | Gets thrown when a parameter is of a type that does not match the required type, and is not convertible to it |
CHazelnp::HazelnuppInvalidKeyException | Gets thrown when an non-existent key gets dereferenced |
CHazelnp::HazelnuppValueNotConvertibleException | Gets thrown when an attempt is made to retrieve the wrong data type from a value, when the value not convertible |
CHazelnp::Hazelnupp | The main class to interface with |
CHazelnp::ParamConstraint | |
CHazelnp::Parameter | |
CHazelnp::StringTools | Internal helper class |
▼CHazelnp::Value | Abstract class for values |
CHazelnp::FloatValue | Specializations for floating point values (uses long double) |
CHazelnp::IntValue | Specializations for integer values (uses long long int) |
CHazelnp::ListValue | Specializations for list values (uses std::vector<Value*>) |
CHazelnp::StringValue | Specializations for string values (uses std::string) |
CHazelnp::VoidValue | Specializations for void values |