|
ApraPipes 1.0
|
This is the complete list of members for apra::PropDef, including all inherited members.
| bool_default | apra::PropDef | |
| Boolean(std::string_view name, bool default_val, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| description | apra::PropDef | |
| DynamicBool(std::string_view name, bool default_val, std::string_view desc="") | apra::PropDef | inlinestatic |
| DynamicEnum(std::string_view name, std::string_view default_val, std::string_view v1, std::string_view v2, std::string_view desc="") | apra::PropDef | inlinestatic |
| DynamicEnum(std::string_view name, std::string_view default_val, std::string_view v1, std::string_view v2, std::string_view v3, std::string_view desc="") | apra::PropDef | inlinestatic |
| DynamicFloat(std::string_view name, double default_val, double min_val, double max_val, std::string_view desc="") | apra::PropDef | inlinestatic |
| DynamicInt(std::string_view name, int64_t default_val, int64_t min_val, int64_t max_val, std::string_view desc="") | apra::PropDef | inlinestatic |
| DynamicString(std::string_view name, std::string_view default_val, std::string_view desc="", std::string_view regex="") | apra::PropDef | inlinestatic |
| Enum(std::string_view name, std::string_view default_val, std::string_view v1, std::string_view v2, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| Enum(std::string_view name, std::string_view default_val, std::string_view v1, std::string_view v2, std::string_view v3, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| Enum(std::string_view name, std::string_view default_val, std::string_view v1, std::string_view v2, std::string_view v3, std::string_view v4, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| enum_value_count | apra::PropDef | |
| enum_values | apra::PropDef | |
| float_default | apra::PropDef | |
| float_max | apra::PropDef | |
| float_min | apra::PropDef | |
| Floating(std::string_view name, double default_val, double min_val, double max_val, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| int_default | apra::PropDef | |
| int_max | apra::PropDef | |
| int_min | apra::PropDef | |
| Integer(std::string_view name, int64_t default_val, int64_t min_val, int64_t max_val, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| Mutability enum name | apra::PropDef | |
| mutability | apra::PropDef | |
| name | apra::PropDef | |
| PropDef()=default | apra::PropDef | |
| regex_pattern | apra::PropDef | |
| required | apra::PropDef | |
| RequiredEnum(std::string_view name, std::string_view v1, std::string_view v2, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| RequiredEnum(std::string_view name, std::string_view v1, std::string_view v2, std::string_view v3, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| RequiredEnum(std::string_view name, std::string_view v1, std::string_view v2, std::string_view v3, std::string_view v4, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| RequiredFloat(std::string_view name, double min_val, double max_val, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| RequiredInt(std::string_view name, int64_t min_val, int64_t max_val, std::string_view desc="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| RequiredString(std::string_view name, std::string_view desc="", std::string_view regex="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| string_default | apra::PropDef | |
| Text(std::string_view name, std::string_view default_val, std::string_view desc="", std::string_view regex="", Mutability mut=Mutability::Static) | apra::PropDef | inlinestatic |
| Type enum name | apra::PropDef | |
| type | apra::PropDef | |
| unit | apra::PropDef |