ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::basecamp Namespace Reference

Description:


This is the reference documentation of module ALib BaseCamp of the ALib C++ Library .
Besides the few entities found and documented here (namely in namespace alib::lang::basecamp), this module "injects" the following entities to different places:

Into namespace alib:

Into namespace alib::lang

Note
This constitutes an explicit exclamation from the general ALib rules: All other ALib Modules reside in their own, dedicated single namespace (of-course optionally with sub-namespaces) within namespace alib. The justification and explanation for this is given with chapter 3. ALib Camps and special Module BootCamp of the Programmer's Manual of ALib .
See also
Please also consult the Programmer's Manual of this module.

Type Index:

class  BaseCamp
 

Enumeration Index:

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

Enumeration Details:

◆ Variables

enum class Variables
strong

Configuration variables of ALib .

Note
As required by module ALib Configuration , this enumerations is equipped with ALib Enum Records of type VariableDecl 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 81 of file basecamp.hpp.