Visibility

Undocumented in source.

Constructors

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

Members

Enums

Kind
enum Kind

Functions

isSubsetOf
bool isSubsetOf(Visibility parent)

Checks if parent defines different access restrictions than this one.

opCmp
int opCmp(Visibility other)

Checks if this is less or more visible than other

opEquals
bool opEquals(Visibility other)

Checks if this is absolutely identical visibility attribute to other

Variables

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

Meta