Prot

Undocumented in source.

Constructors

this
this(Prot.Kind kind)
Undocumented in source.

Members

Enums

Kind
enum Kind

Functions

isMoreRestrictiveThan
bool isMoreRestrictiveThan(Prot other)

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

isSubsetOf
bool isSubsetOf(Prot parent)

Checks if parent defines different access restrictions than this one.

opEquals
bool opEquals(Prot other)

Checks if this is absolutely identical protection attribute to other

Variables

kind
Kind kind;
Undocumented in source.
pkg
Package pkg;
Undocumented in source.

Meta