ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::camp Namespace Reference

Description:

This is the reference documentation of module ALib Camp of the ALib C++ Library.
Besides the few entities found and documented here (namely in namespace alib::camp), this module "injects" several overloaded versions of the function CampVariable into namespace alib::variables.

See also
Please also consult the Programmer's Manual of this module.

Type Index:

class  Basecamp
 
class  Camp
 

Enumeration Index:

enum class  Variables { LOCALE = 1 , WAIT_FOR_KEY_PRESS = 2 , HAS_CONSOLE_WINDOW = 3 }
 

Enumeration Details:

◆ Variables

enum class alib::camp::Variables
strong

Configuration variables of ALib.

Note
As required by module ALib Variables, this enumerations is equipped with ALib Enum Records of type Declaration and resourced with this module.
Hence, all variable categories, names, default values and such can be modified by modifying the resource data of the singleton of class Basecamp.
Enumerator
LOCALE 

See ALIB/LOCALE.

WAIT_FOR_KEY_PRESS 

See ALIB/WAIT_FOR_KEY_PRESS.

HAS_CONSOLE_WINDOW 

See ALIB/HAS_CONSOLE_WINDOW.

Definition at line 90 of file basecamp.mpp.