boilerplate.constructor

Undocumented in source.

Members

Enums

GetMemberTypeAsString_
eponymoustemplate GetMemberTypeAsString_(string member)
Undocumented in source.
GetSuperTypeAsString_
eponymoustemplate GetSuperTypeAsString_(string member)
Undocumented in source.
MemberAttributes_
eponymoustemplate MemberAttributes_(string member)
Undocumented in source.
MemberDefault_
eponymoustemplate MemberDefault_(string member)
Undocumented in source.
MemberUseDefault_
eponymoustemplate MemberUseDefault_(string member)
Undocumented in source.
SuperAttributes_
eponymoustemplate SuperAttributes_(string member)
Undocumented in source.
SuperDefault_
eponymoustemplate SuperDefault_(string member)
Undocumented in source.
SuperUseDefault_
eponymoustemplate SuperUseDefault_(string member)
Undocumented in source.
ThisEnum
enum ThisEnum
Undocumented in source.

Functions

filterCanFind
string[] filterCanFind(string[] array, string[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
mapFormat
string[] mapFormat(Range range, T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

GenerateThisTemplate
mixintemplate GenerateThisTemplate()
Undocumented in source.

Structs

S
struct S
Undocumented in source.
T
struct T
Undocumented in source.
This
struct This
Undocumented in source.

Templates

ConstructorField
template ConstructorField(Type_, bool useDefault_, alias fieldDefault_, attributes_...)
Undocumented in source.
getUDADefaultOrNothing
template getUDADefaultOrNothing(T, attributes...)
Undocumented in source.
saveConstructorInfo
template saveConstructorInfo(string[] fields_, Fields...)
Undocumented in source.

Variables

GenerateThis
enum string GenerateThis;

GenerateThis is a mixin string that automatically generates a this() function, customizable with UDA.

Meta