ProtDeclaration.this

  1. this(Loc loc, Prot p, Dsymbols* decl)
  2. this(Loc loc, Identifiers* pkg_identifiers, Dsymbols* decl)
    class ProtDeclaration
    extern (D)
    this
    (
    Loc loc
    ,
    Identifiers* pkg_identifiers
    ,
    Dsymbols* decl
    )

Parameters

loc
Type: Loc

source location of attribute token

pkg_identifiers

list of identifiers for a qualified package name

decl
Type: Dsymbols*

declarations which are affected by this protection attribute

Meta