Aggregate

Undocumented in source.

Members

Functions

getConstructor
const(Constructor) getConstructor(Type[] parameterTypes)

Looks up and returns a constructor with a parameter list that exactly matches the given array of types.

getConstructor
const(Constructor) getConstructor(TypeInfo[] parameterTypeInfos)

Looks up and returns a constructor with a parameter list that exactly matches the given array of types.

getConstructor
const(Constructor) getConstructor()

Ditto, but accepts types given by variadic template arguments.

getConstructors
const(Constructor)[] getConstructors()

Returns an array of all constructors defined by this type. This does not include the default constructor.

Properties

isAggregate
bool isAggregate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta