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::SettingsRegistryInterface::CommandLineArgumentSettings Struct Reference

#include <SettingsRegistry.h>

Classes

struct  JsonPathValue
 

Public Types

using DelimiterFunc = AZStd::function< JsonPathValue(AZStd::string_view line)>
 

Public Attributes

DelimiterFunc m_delimiterFunc
 

Detailed Description

Structure which contains configuration settings for how to parse a single command line argument It supports supplying a functor for splitting a line into JSON path and JSON value

Member Typedef Documentation

◆ DelimiterFunc

Callback function which is invoked to determine how to split a command line argument into a JSON path and a JSON value


The documentation for this struct was generated from the following file: