xentara-plugin v2.0.3
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::config::Context Member List

This is the complete list of members for xentara::config::Context, including all inherited members.

createSyntheticChild(std::reference_wrapper< const skill::Element::Class > elementClass, std::string name, ConstructorArguments &&...constructorArguments) -> std::shared_ptr< Derived >xentara::config::Context
createSyntheticChild(std::string name, ConstructorArguments &&...constructorArguments) -> std::shared_ptr< Derived >xentara::config::Context
findExternalConfig(ExternalConfigPath path, std::string_view parameterDescription, std::string_view fileDescriptionFormat, const FindExternalConfigOptions &options={}) const -> std::optional< std::filesystem::path >xentara::config::Context
resolve(ReferenceKey key, Handler handler) -> voidxentara::config::Context
resolve(ReferenceKey key, Handler handler) -> voidxentara::config::Context
resolve(ReferenceKey key, std::reference_wrapper< SharedPointer > variable) -> voidxentara::config::Context
resolve(ReferenceKey key, std::reference_wrapper< Reference > variable) -> voidxentara::config::Context
resolve(ReferenceKey key, std::reference_wrapper< Pointer > variable) -> voidxentara::config::Context
resolve(ReferenceKey key, Handler handler) -> voidxentara::config::Context
resolve(ReferenceKey key, std::reference_wrapper< Reference > variable) -> voidxentara::config::Context
~Context()=0xentara::config::Contextpure virtual