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)
    extern (C++)
    bool
    checkAccess
  2. bool checkAccess(Loc loc, Scope* sc, Expression e, Declaration d)
  3. bool checkAccess(Loc loc, Scope* sc, Package p)

Meta