15#ifndef HPP_ALIB_LANG_COMMONENUMS_DEFS
16#define HPP_ALIB_LANG_COMMONENUMS_DEFS 1
18#if !defined(HPP_ALIB) && !defined(ALIB_DOX)
65DOX_MARKER( [DOX_ALIB_ENUMS_MAKE_PARSABLE_1] )
73DOX_MARKER( [DOX_ALIB_ENUMS_MAKE_PARSABLE_1] )
@ Exclude
Chooses exclusion.
@ Include
Chooses inclusion.
@ Relative
Referring to a relative value.
@ Absolute
Referring to an absolute value.
@ Trim
Trim whitespaces away.
@ Yes
Create default values.
@ Enabled
Caching is enabled.
@ Disabled
Caching is disabled.
@ Omit
Do not propagate changes.
@ ToDescendants
Propagate changes to descendants/children/sub-components.
@ On
Switch it on, switched on, etc.
@ Off
Switch it off, switched off, etc.
@ Safe
Do it or treat it with safety.
@ Unsafe
Omit checks or perform unsafe operations.
@ Ascending
Chooses ascending sort oder.
@ Descending
Chooses descending sort oder.
@ Global
Denotes global reach.
@ Local
Denotes local reach.
@ Copy
Chooses not to clear existing data.
@ Move
Chooses to clear existing data.
@ UTC
Denotes UTC (coordinated universal time).
@ Keep
Chooses not no clear existing data.
@ Clear
Chooses to clear existing data.
@ KeepWithSender
Keeps responsibility, e.g. when passing an object.
@ Transfer
Transfers responsibility to the receiving party.
@ Center
Chooses centered alignment.
@ Right
Chooses right alignment.
@ Left
Chooses left alignment.
@ Begin
The start of a transaction.
@ End
The end of a transaction.
@ Remove
Denotes removals.
@ GetCreate
Denotes to create data if not found.
@ Create
Denotes to create data.
@ Insert
Denotes insertions.
@ Get
Denotes to search data.