OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ConfigPatchEntry Struct Reference

#include <ConfigPatch.h>

Public Member Functions

 ConfigPatchEntry ()=default
 
 ConfigPatchEntry (std::string section, std::string key, std::string value)
 

Public Attributes

std::string section
 
std::string key
 
std::string value
 

Constructor & Destructor Documentation

◆ ConfigPatchEntry() [1/2]

ConfigPatchEntry::ConfigPatchEntry ( )
default

◆ ConfigPatchEntry() [2/2]

ConfigPatchEntry::ConfigPatchEntry ( std::string  section,
std::string  key,
std::string  value 
)
inline

Member Data Documentation

◆ key

std::string ConfigPatchEntry::key

◆ section

std::string ConfigPatchEntry::section

◆ value

std::string ConfigPatchEntry::value

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