ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
commonenumdefs.hpp File Reference

Description:


This header file is part of the ALib C++ Library . It does not belong to an ALib Module and is included in any ALib Distribution .

Note
Generally, if ALib Enums is included in the ALib Distribution , header file alib/lang/commonenums.hpp should be included instead of this header, which, in addition to including this header, also defines ALib Enum Records for the common enums.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file commonenumdefs.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alib
 
namespace  alib::lang
 

Enumerations

enum class  Alignment { Left , Right , Center }
 
enum class  Bool : bool { False , True }
 
enum class  Caching { Disabled , Enabled , Auto }
 
enum class  Case : bool { Sensitive , Ignore }
 
enum class  ContainerOp {
  Insert , Remove , Get , GetCreate ,
  Create
}
 
enum class  CreateDefaults : bool { No , Yes }
 
enum class  CreateIfNotExists : bool { No , Yes }
 
enum class  CurrentData : bool { Keep , Clear }
 
enum class  Inclusion : bool { Include , Exclude }
 
enum class  Initialization { Suppress , Perform }
 
enum class  Phase { Begin = (1 << 0) , End = (1 << 1) }
 
enum class  Propagation : bool { Omit , ToDescendants }
 
enum class  Reach : bool { Global , Local }
 
enum class  Recursive : bool { No , Yes }
 
enum class  Responsibility : bool { KeepWithSender , Transfer }
 
enum class  Safeness : bool { Safe , Unsafe }
 
enum class  Side : bool { Left , Right }
 
enum class  SortOrder : bool { Ascending , Descending }
 
enum class  SourceData : bool { Copy , Move }
 
enum class  Switch : bool { Off , On }
 
enum class  Timezone : bool { Local , UTC }
 
enum class  Timing { Async , Sync }
 
enum class  ValueReference { Absolute , Relative }
 
enum class  Whitespaces : bool { Trim , Keep }