CatapultServer  v0.5.0.1 (Elephant)
catapult::utils::ConfigurationKey Struct Reference

A configuration key. More...

Public Member Functions

constexpr ConfigurationKey (const char *section, const char *name)
 Creates a configuration key for a key with name in section. More...
 

Public Attributes

const char * Section
 Section containing the key. More...
 
const char * Name
 Key name. More...
 

Detailed Description

A configuration key.

Constructor & Destructor Documentation

◆ ConfigurationKey()

constexpr catapult::utils::ConfigurationKey::ConfigurationKey ( const char *  section,
const char *  name 
)
inlineconstexpr

Creates a configuration key for a key with name in section.

Member Data Documentation

◆ Name

const char* catapult::utils::ConfigurationKey::Name

Key name.

◆ Section

const char* catapult::utils::ConfigurationKey::Section

Section containing the key.


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