contract.aggregates

Undocumented in source.

Members

Functions

contract_nested
auto contract_nested(CursorType tu)
Undocumented in source. Be warned that the author may not have intended to support it.
contract_onefield_int
auto contract_onefield_int(CursorType tu)
Undocumented in source. Be warned that the author may not have intended to support it.
contract_typedef_anon
auto contract_typedef_anon(CursorType tu)
Undocumented in source. Be warned that the author may not have intended to support it.
contract_typedef_before
auto contract_typedef_before(CursorType tu)
Undocumented in source. Be warned that the author may not have intended to support it.
contract_typedef_name
auto contract_typedef_name(CursorType tu)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Contract!(TestName("struct.onefield.int"), contract_onefield_int)
Undocumented in source.
__anonymous
mixin Contract!(TestName("struct.nested.c"), contract_nested)
Undocumented in source.
__anonymous
mixin Contract!(TestName("struct.typedef.name"), contract_typedef_name)
Undocumented in source.
__anonymous
mixin Contract!(TestName("struct.typedef.anon"), contract_typedef_anon)
Undocumented in source.
__anonymous
mixin Contract!(TestName("struct.typedef.before"), contract_typedef_before)
Undocumented in source.

Meta