IfStmt

Undocumented in source.

Constructors

this
this(CXCursor parent_, DXIfStmt stmt)
Undocumented in source.

Members

Functions

cond
Cursor cond()
Undocumented in source. Be warned that the author may not have intended to support it.
conditionVariable
Cursor conditionVariable()

Retrieve the variable declared in this "if" statement, if any.

conditionVariableDeclStmt
Cursor conditionVariableDeclStmt()

If this IfStmt has a condition variable, return the faux DeclStmt associated with the creation of that condition variable.

cursor
Cursor cursor()
Undocumented in source. Be warned that the author may not have intended to support it.
else_
Cursor else_()
Undocumented in source. Be warned that the author may not have intended to support it.
init_
Cursor init_()
Undocumented in source. Be warned that the author may not have intended to support it.
then
Cursor then()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta