DebugCondition

Constructors

this
this(Module mod, uint level, Identifier ident)

Instantiate a new DebugCondition

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
include
int include(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
isDebugCondition
inout(DebugCondition) isDebugCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

addGlobalIdent
deprecated void addGlobalIdent(const(char)* ident)
void addGlobalIdent(string ident)
void addGlobalIdent(const(char)[] ident)

Add an user-supplied identifier to the list of global debug identifiers

Inherited Members

From DVCondition

level
uint level;
Undocumented in source.
ident
Identifier ident;
Undocumented in source.
mod
Module mod;
Undocumented in source.
syntaxCopy
Condition syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta