|
xentara-plugin v2.0.6
The Xentara Plugin Framework
|
Classes | |
| class | Context |
| A context used when loading skill elements. More... | |
| class | CustomResolver |
| A resolver for resolving custom cross references during loading. More... | |
| class | Resolver |
| deprecated An object used to resolve cross references in a configuration More... | |
| struct | WithoutLocationTag |
| Type used to specify that a resolver key is not associated with a location in any JSON document. More... | |
Concepts | |
| concept | ReferenceResolvable |
| A concept describing resolvable objects that are resolved by reference. | |
| concept | CopyResolvable |
| A concept describing resolvable objects that are resolved as copies. | |
Functions | |
| auto | throwUnknownParameterError (const utils::json::decoder::Name &name) -> void |
| Throws an exception denoting that a member of a JSON object is unknown. | |
| auto xentara::config::throwUnknownParameterError | ( | const utils::json::decoder::Name & | name | ) | -> void |
Throws an exception denoting that a member of a JSON object is unknown.
| name | The name of the unknown member |
| std::runtime_error | This function always throws this exception |