Prot

Members

Functions

isMoreRestrictiveThan
bool isMoreRestrictiveThan(const Prot other)

Checks if this is superset of other restrictions. For example, "protected" is more restrictive than "public".

isSubsetOf
bool isSubsetOf(ref const Prot parent)

Checks if parent defines different access restrictions than this one.

opEquals
bool opEquals(ref const Prot other)

Checks if this is absolutely identical protection attribute to other

Meta