This header-file is part of module ALib Lang of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file commonenumdefs.inl.
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::lang |
Enumerations | |
enum class | alib::lang::Alignment { alib::lang::Left , alib::lang::Right , alib::lang::Center } |
Denotes Alignments. More... | |
enum class | alib::lang::Bool : bool { alib::lang::False , alib::lang::True } |
enum class | alib::lang::Caching { alib::lang::Disabled , alib::lang::Enabled , alib::lang::Auto } |
Denotes if a cache mechanism is enabled or disabled. More... | |
enum class | alib::lang::Case : bool { alib::lang::Sensitive , alib::lang::Ignore } |
Denotes upper and lower case character treatment. More... | |
enum class | alib::lang::ContainerOp { alib::lang::Insert , alib::lang::Remove , alib::lang::Get , alib::lang::GetCreate , alib::lang::Create } |
Denotes standard container operations. More... | |
enum class | alib::lang::CreateDefaults : bool { alib::lang::No , alib::lang::Yes } |
Denotes whether default entities should be created or not. More... | |
enum class | alib::lang::CreateIfNotExists : bool { alib::lang::No , alib::lang::Yes } |
Denotes whether something should be created if it does not exist. More... | |
enum class | alib::lang::CurrentData : bool { alib::lang::Keep , alib::lang::Clear } |
enum class | alib::lang::Inclusion : bool { alib::lang::Include , alib::lang::Exclude } |
Denotes how members of a set something should be taken into account. More... | |
enum class | alib::lang::Initialization { alib::lang::Suppress , alib::lang::Default , alib::lang::Nulled } |
Used for example with constructors that allow to suppress initialization of members. More... | |
enum class | alib::lang::Phase { alib::lang::Begin = (1 << 0) , alib::lang::End = (1 << 1) } |
Denotes a phase, e.g.,of a transaction. More... | |
enum class | alib::lang::Propagation : bool { alib::lang::Omit , alib::lang::ToDescendants } |
Denotes whether a e.g a setting should be propagated. More... | |
enum class | alib::lang::Reach : bool { alib::lang::Global , alib::lang::Local } |
Denotes the reach of something. More... | |
enum class | alib::lang::Recursive : bool { alib::lang::No , alib::lang::Yes } |
Denotes whether recursion is performed/allowed or not. More... | |
enum class | alib::lang::Responsibility : bool { alib::lang::KeepWithSender , alib::lang::Transfer } |
enum class | alib::lang::Safeness : bool { alib::lang::Safe , alib::lang::Unsafe } |
Denotes whether something should be performed in a safe or unsafe fashion. More... | |
enum class | alib::lang::Side : bool { alib::lang::Left , alib::lang::Right } |
Denotes if something is left or right. More... | |
enum class | alib::lang::SortOrder : bool { alib::lang::Ascending , alib::lang::Descending } |
Denotes sort order. More... | |
enum class | alib::lang::SourceData : bool { alib::lang::Copy , alib::lang::Move } |
Denotes if the source data should be moved or copied. More... | |
enum class | alib::lang::Switch : bool { alib::lang::Off , alib::lang::On } |
Denotes if sth. is switched on or off. More... | |
enum class | alib::lang::Timezone : bool { alib::lang::Local , alib::lang::UTC } |
Denotes whether a time value represents local time or UTC. More... | |
enum class | alib::lang::Timing { alib::lang::Async , alib::lang::Sync } |
Denotes if asynchronous tasks become synchronized. More... | |
enum class | alib::lang::ValueReference { alib::lang::Absolute , alib::lang::Relative } |
Denotes if a value is interpreted as an absolute or relative number. More... | |
enum class | alib::lang::Whitespaces : bool { alib::lang::Trim , alib::lang::Keep } |
Denotes whether a string is trimmed or not. More... | |