View source code
Display the source code in dmd/cond.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Class dmd.cond.VersionCondition

Node to represent a version condition

class VersionCondition
  : DVCondition ;

A version condition is of the form:

version (Identifier)

In user code. This class also provides means to add version identifier to the list of global (cross module) identifiers.

Constructors

NameDescription
this (loc, mod, level, ident) Instantiate a new VersionCondition

Methods

NameDescription
addGlobalIdent (ident) Add an user-supplied global identifier to the list
addPredefinedGlobalIdent (ident) Add any global identifier to the list, without checking if it's predefined
checkReserved (loc, ident) Raises an error if a version identifier is reserved.

Authors

Walter Bright

License

Boost License 1.0