ALib C++ Framework
by
Library Version: 2605 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 345 of file app.hpp.

#include <app.hpp>

Collaboration diagram for alib::app::App::ConfigFileDescriptor:
[legend]

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 354 of file app.hpp.

◆ 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 351 of file app.hpp.

◆ FromCfgOption

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

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

Definition at line 357 of file app.hpp.

◆ Pathname

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

The resolved full path to the file.

Definition at line 347 of file app.hpp.

◆ 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 360 of file app.hpp.


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