Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SettingsRegistryImpl Member List

This is the complete list of members for AZ::SettingsRegistryImpl, including all inherited members.

AZ_CLASS_ALLOCATOR(SettingsRegistryImpl, AZ::OSAllocator) (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
AZ_DISABLE_COPY_MOVE(SettingsRegistryImpl) (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
AZ_DISABLE_COPY_MOVE(SettingsRegistryInterface) (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
AZ_RTTI(AZ::SettingsRegistryImpl, "{E9C34190-F888-48CA-83C9-9F24B4E21D72}", AZ::SettingsRegistryInterface) (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
AZ_RTTI(AZ::SettingsRegistryInterface, "{D62619D8-0C0B-4D9F-9FE8-F8EBC330DC55}") (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
ClearMergeEvents() (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
ClearNotifiers() (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
DevUserRegistryFolder (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
Extension (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
FilenameTags typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
FixedValueString typedefAZ::SettingsRegistryInterface
Format enum nameAZ::SettingsRegistryInterface
Get(bool &result, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
Get(s64 &result, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
Get(u64 &result, AZStd::string_view path) const override (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImplvirtual
Get(double &result, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
Get(AZStd::string &result, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
Get(SettingsRegistryInterface::FixedValueString &result, AZStd::string_view path) const override (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImplvirtual
GetNotifyForMergeOperations() const overrideAZ::SettingsRegistryImplvirtual
GetObject(void *result, AZ::Uuid resultTypeID, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
AZ::SettingsRegistryInterface::GetObject(T &result, AZStd::string_view path) constAZ::SettingsRegistryInterfaceinline
GetType(AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
MaxRegistryFolderEntries (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImplstatic
MergeCommandLineArgument(AZStd::string_view argument, AZStd::string_view anchorKey, const CommandLineArgumentSettings &commandLineSettings) overrideAZ::SettingsRegistryImplvirtual
MergeSettings(AZStd::string_view data, Format format, AZStd::string_view anchorKey="") overrideAZ::SettingsRegistryImplvirtual
MergeSettingsFile(AZStd::string_view path, Format format, AZStd::string_view anchorKey="", AZStd::vector< char > *scratchBuffer=nullptr) overrideAZ::SettingsRegistryImplvirtual
MergeSettingsFolder(AZStd::string_view path, const Specializations &specializations, AZStd::string_view platform, AZStd::string_view anchorKey="", AZStd::vector< char > *scratchBuffer=nullptr) overrideAZ::SettingsRegistryImplvirtual
MergeSettingsReturnCode enum nameAZ::SettingsRegistryInterface
NotifyCallback typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
NotifyEvent typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
NotifyEventHandler typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PatchExtension (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
PlatformFolder (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
PostMergeEvent typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PostMergeEventCallback typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PostMergeEventHandler typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PreMergeEvent typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PreMergeEventCallback typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
PreMergeEventHandler typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
RegisterNotifier(NotifyCallback callback) overrideAZ::SettingsRegistryImplvirtual
RegisterNotifier(NotifyEventHandler &hanlder) overrideAZ::SettingsRegistryImplvirtual
RegisterPostMergeEvent(PostMergeEventCallback callback) overrideAZ::SettingsRegistryImplvirtual
RegisterPostMergeEvent(PostMergeEventHandler &handler) overrideAZ::SettingsRegistryImplvirtual
RegisterPreMergeEvent(PreMergeEventCallback callback) overrideAZ::SettingsRegistryImplvirtual
RegisterPreMergeEvent(PreMergeEventHandler &handler) overrideAZ::SettingsRegistryImplvirtual
RegistryFolder (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
Remove(AZStd::string_view path) overrideAZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, bool value) overrideAZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, s64 value) overrideAZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, u64 value) override (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, double value) overrideAZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, AZStd::string_view value) overrideAZ::SettingsRegistryImplvirtual
Set(AZStd::string_view path, const char *value) overrideAZ::SettingsRegistryImplvirtual
SetContext(SerializeContext *context) (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
SetContext(JsonRegistrationContext *context) (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
SetNotifyForMergeOperations(bool notify) overrideAZ::SettingsRegistryImplvirtual
SetObject(AZStd::string_view path, const void *value, AZ::Uuid valueTypeID) overrideAZ::SettingsRegistryImplvirtual
AZ::SettingsRegistryInterface::SetObject(AZStd::string_view path, const T &value)AZ::SettingsRegistryInterfaceinline
SettingsRegistryImpl() (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
SettingsRegistryImpl(bool useFileIo)AZ::SettingsRegistryImplexplicit
SettingsRegistryInterface()=default (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
SetUseFileIO(bool useFileIo) overrideAZ::SettingsRegistryImplvirtual
Signedness enum nameAZ::SettingsRegistryInterface
Type enum nameAZ::SettingsRegistryInterface
Visit(Visitor &visitor, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
Visit(const VisitorCallback &callback, AZStd::string_view path) const overrideAZ::SettingsRegistryImplvirtual
VisitAction enum nameAZ::SettingsRegistryInterface
VisitorCallback typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
VisitResponse enum nameAZ::SettingsRegistryInterface
~SettingsRegistryImpl() override (defined in AZ::SettingsRegistryImpl)AZ::SettingsRegistryImpl
~SettingsRegistryInterface()=default (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacevirtual