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::MockSettingsRegistry Member List

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

AZ_DISABLE_COPY_MOVE(SettingsRegistryInterface) (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
AZ_RTTI(AZ::SettingsRegistryInterface, "{D62619D8-0C0B-4D9F-9FE8-F8EBC330DC55}") (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
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 =0AZ::SettingsRegistryInterfacepure virtual
Get(s64 &result, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
Get(u64 &result, AZStd::string_view path) const =0 (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacepure virtual
Get(double &result, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
Get(AZStd::string &result, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
Get(FixedValueString &result, AZStd::string_view path) const =0 (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacepure virtual
GetNotifyForMergeOperations() const =0AZ::SettingsRegistryInterfacepure virtual
GetObject(void *result, AZ::Uuid resultTypeId, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
GetObject(T &result, AZStd::string_view path) constAZ::SettingsRegistryInterfaceinline
GetType(AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
MergeCommandLineArgument(AZStd::string_view argument, AZStd::string_view anchorKey="", const CommandLineArgumentSettings &commandLineSettings={})=0AZ::SettingsRegistryInterfacepure virtual
MergeSettings(AZStd::string_view data, Format format, AZStd::string_view anchorKey="")=0AZ::SettingsRegistryInterfacepure virtual
MergeSettingsFile(AZStd::string_view path, Format format, AZStd::string_view anchorKey="", AZStd::vector< char > *scratchBuffer=nullptr)=0AZ::SettingsRegistryInterfacepure virtual
MergeSettingsFolder(AZStd::string_view path, const Specializations &specializations, AZStd::string_view platform={}, AZStd::string_view anchorKey="", AZStd::vector< char > *scratchBuffer=nullptr)=0AZ::SettingsRegistryInterfacepure virtual
MergeSettingsReturnCode enum nameAZ::SettingsRegistryInterface
MOCK_CONST_METHOD0(GetNotifyForMergeOperations, bool()) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD1(GetType, SettingsType(AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Visit, bool(Visitor &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Visit, bool(const VisitorCallback &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(bool &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(s64 &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(u64 &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(double &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(AZStd::string &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD2(Get, bool(FixedValueString &, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_CONST_METHOD3(GetObject, bool(void *, Uuid, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterNotifier, NotifyEventHandler(NotifyCallback)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterNotifier, void(NotifyEventHandler &)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterPreMergeEvent, PreMergeEventHandler(PreMergeEventCallback)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterPreMergeEvent, void(PreMergeEventHandler &)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterPostMergeEvent, PostMergeEventHandler(PostMergeEventCallback)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(RegisterPostMergeEvent, void(PostMergeEventHandler &)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(Remove, bool(AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(SetNotifyForMergeOperations, void(bool)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD1(SetUseFileIO, void(bool)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, bool)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, s64)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, u64)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, double)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD2(Set, bool(AZStd::string_view, const char *)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD3(SetObject, bool(AZStd::string_view, const void *, Uuid)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD3(MergeCommandLineArgument, bool(AZStd::string_view, AZStd::string_view, const CommandLineArgumentSettings &)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD3(MergeSettings, MergeSettingsResult(AZStd::string_view, Format, AZStd::string_view)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD4(MergeSettingsFile, MergeSettingsResult(AZStd::string_view, Format, AZStd::string_view, AZStd::vector< char > *)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
MOCK_METHOD5(MergeSettingsFolder, MergeSettingsResult(AZStd::string_view, const Specializations &, AZStd::string_view, AZStd::string_view, AZStd::vector< char > *)) (defined in AZ::MockSettingsRegistry)AZ::MockSettingsRegistry
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)=0AZ::SettingsRegistryInterfacepure virtual
RegisterNotifier(NotifyEventHandler &handler)=0AZ::SettingsRegistryInterfacepure virtual
RegisterPostMergeEvent(PostMergeEventCallback callback)=0AZ::SettingsRegistryInterfacepure virtual
RegisterPostMergeEvent(PostMergeEventHandler &handler)=0AZ::SettingsRegistryInterfacepure virtual
RegisterPreMergeEvent(PreMergeEventCallback callback)=0AZ::SettingsRegistryInterfacepure virtual
RegisterPreMergeEvent(PreMergeEventHandler &handler)=0AZ::SettingsRegistryInterfacepure virtual
RegistryFolder (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacestatic
Remove(AZStd::string_view path)=0AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, bool value)=0AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, s64 value)=0AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, u64 value)=0 (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, double value)=0AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, AZStd::string_view value)=0AZ::SettingsRegistryInterfacepure virtual
Set(AZStd::string_view path, const char *value)=0AZ::SettingsRegistryInterfacepure virtual
SetNotifyForMergeOperations(bool notify)=0AZ::SettingsRegistryInterfacepure virtual
SetObject(AZStd::string_view path, const void *value, AZ::Uuid valueTypeId)=0AZ::SettingsRegistryInterfacepure virtual
SetObject(AZStd::string_view path, const T &value)AZ::SettingsRegistryInterfaceinline
SettingsRegistryInterface()=default (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
SetUseFileIO(bool useFileIo)=0AZ::SettingsRegistryInterfacepure virtual
Signedness enum nameAZ::SettingsRegistryInterface
Type enum nameAZ::SettingsRegistryInterface
Visit(Visitor &visitor, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
Visit(const VisitorCallback &callback, AZStd::string_view path) const =0AZ::SettingsRegistryInterfacepure virtual
VisitAction enum nameAZ::SettingsRegistryInterface
VisitorCallback typedef (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterface
VisitResponse enum nameAZ::SettingsRegistryInterface
~SettingsRegistryInterface()=default (defined in AZ::SettingsRegistryInterface)AZ::SettingsRegistryInterfacevirtual