getSymbolsNamesByUDA

Undocumented in source.

Members

Aliases

getSymbolsNamesByUDA
alias getSymbolsNamesByUDA = AliasSeq!(symbol, membersWithUDA)
Undocumented in source.
getSymbolsNamesByUDA
alias getSymbolsNamesByUDA = membersWithUDA
Undocumented in source.
membersWithUDA
alias membersWithUDA = Filter!(hasSpecificUDA, withoutIncorrectMembers)
Undocumented in source.
membersWithoutNestedCC
alias membersWithoutNestedCC = Filter!(noThisMember, withoutInaccessibleMembers)
Undocumented in source.
withoutInaccessibleMembers
alias withoutInaccessibleMembers = Filter!(noInaccessibleMembers, __traits(allMembers, symbol))
Undocumented in source.
withoutIncorrectMembers
alias withoutIncorrectMembers = Filter!(noIncorrectMembers, membersWithoutNestedCC)
Undocumented in source.

Enums

hasSpecificUDA
eponymoustemplate hasSpecificUDA(string name)
Undocumented in source.
noInaccessibleMembers
eponymoustemplate noInaccessibleMembers(string name)
Undocumented in source.
noIncorrectMembers
eponymoustemplate noIncorrectMembers(string name)
Undocumented in source.
noThisMember
eponymoustemplate noThisMember(string name)
Undocumented in source.

Meta