ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::app::App::ConfigFileDescriptor Struct Reference

Description:

A record collecting information about configuration files. A vector of this type is created by the method virtual void getConfigFilePaths(StdVectorMA<ConfigFileDescriptor>&) .

Definition at line 347 of file app.inl.

Public Field Index:

String Comment
 The files' main comment to set, in case it does not exist, yet.
String Exports
bool FromCfgOption =false
 If set, the file name (and maybe path) came from option '–CONFIG'.
Path Pathname
 The resolved full path to the file.
bool WasEmpty =false
 If set, the file did not exist or was empty at the start of the application.

Field Details:

◆ Comment

String alib::app::App::ConfigFileDescriptor::Comment

The files' main comment to set, in case it does not exist, yet.

Definition at line 356 of file app.inl.

◆ Exports

String alib::app::App::ConfigFileDescriptor::Exports

A comma-separated list of variables (and especially variable tree paths) to be explicitly exported to this configuration file.

Definition at line 353 of file app.inl.

◆ FromCfgOption

bool alib::app::App::ConfigFileDescriptor::FromCfgOption =false

If set, the file name (and maybe path) came from option '–CONFIG'.

Definition at line 359 of file app.inl.

◆ Pathname

Path alib::app::App::ConfigFileDescriptor::Pathname

The resolved full path to the file.

Definition at line 349 of file app.inl.

◆ WasEmpty

bool alib::app::App::ConfigFileDescriptor::WasEmpty =false

If set, the file did not exist or was empty at the start of the application.

Definition at line 362 of file app.inl.


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