CxGlobalVariable

Undocumented in source.

Constructors

this
this(USRType usr, TypeKindVariable var)

do NOT use the usr from var.type.kind.usr, it is for the type not the instance.

this
this(USRType usr, TypeKindAttr type, CppVariable name)
Undocumented in source.

Members

Functions

name
auto name()
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 sink, FormatSpec!Char fmt)

If formatSpec is "%u" then the USR will be put as a comment.

type
auto type()
Undocumented in source. Be warned that the author may not have intended to support it.
typeName
auto typeName()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin mixinUniqueId!size_t
Undocumented in source.

Variables

language
Nullable!Language language;
Undocumented in source.
usr
Nullable!USRType usr;
Undocumented in source.

Meta