checkAccess

Do access check for member of this class, this class being the type of the 'this' pointer used to access smember. Returns true if the member is not accessible.

  1. bool checkAccess(AggregateDeclaration ad, Loc loc, Scope* sc, Dsymbol smember)
  2. bool checkAccess(Loc loc, Scope* sc, Expression e, Dsymbol d)
  3. bool checkAccess(Scope* sc, Package p)
Suggestion Box / Bug Report