Ditto  5.1.0
Public Member Functions | Public Attributes | List of all members
CLI::ConfigItem Struct Reference

Holds values to load into Options. More...

Public Member Functions

std::string fullname () const
 The list of parents and name joined by ".".
 

Public Attributes

std::vector< std::string > parents {}
 This is the list of parents.
 
std::string name {}
 This is the name.
 
std::vector< std::string > inputs {}
 Listing of inputs.
 
bool multiline {false}
 indicator if a multiline vector separator was inserted
 

Detailed Description

Holds values to load into Options.