END

prepare for the future use of function ready and getParent, which must be embedded at the end of struct domain with BEGIN mixin-marco at the begin of this struct domain.

Members

Aliases

__OPT_A_NAMES__
alias __OPT_A_NAMES__ = staticMap!(__GET_FIELD_NAME__, Filter!(__IS_FIELD_A_NAME__, __traits(allMembers, __SELF__)))
Undocumented in source.
__OPT_E_FLAGS__
alias __OPT_E_FLAGS__ = staticMap!(__GET_FIELD_FLAGS__, Filter!(__IS_FIELD_E_NAME__, __traits(allMembers, __SELF__)))
Undocumented in source.
__OPT_E_NAMES__
alias __OPT_E_NAMES__ = staticMap!(__GET_FIELD_NAME__, Filter!(__IS_FIELD_E_NAME__, __traits(allMembers, __SELF__)))
Undocumented in source.
__OPT_N_FLAGS__
alias __OPT_N_FLAGS__ = staticMap!(__GET_FIELD_FLAGS__, Filter!(__IS_FIELD_N_NAME__, __traits(allMembers, __SELF__)))
Undocumented in source.
__OPT_N_NAMES__
alias __OPT_N_NAMES__ = staticMap!(__GET_FIELD_NAME__, Filter!(__IS_FIELD_N_NAME__, __traits(allMembers, __SELF__)))
Undocumented in source.

Enums

__GET_FIELD_NAME__
eponymoustemplate __GET_FIELD_NAME__(string name)
Undocumented in source.
__IS_FIELD_A_NAME__
eponymoustemplate __IS_FIELD_A_NAME__(string name)
Undocumented in source.
__IS_FIELD_E_NAME__
eponymoustemplate __IS_FIELD_E_NAME__(string name)
Undocumented in source.
__IS_FIELD_N_NAME__
eponymoustemplate __IS_FIELD_N_NAME__(string name)
Undocumented in source.

Static functions

__GET_PARENT__
T* __GET_PARENT__()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

__SPE_END_SEPCIAL__
enum bool __SPE_END_SEPCIAL__;
Undocumented in source.

Meta