cassowary-d ~master (2022-05-08T01:35:24.2255269)
Dub
Repo
ClAbstractVariable
cassowary
AbstractVariable
Undocumented in source.
abstract
class
ClAbstractVariable {
this
(string theName);
this
();
this
(long varnumber, string prefix);
bool
isDummy
();
bool
isExternal
();
bool
isPivotable
();
bool
isRestricted
();
string
toString
();
static
int
numCreated
();
string
name
;
}
Constructors
this
this
(string theName)
Undocumented in source.
this
this
()
Undocumented in source.
this
this
(long varnumber, string prefix)
Undocumented in source.
Members
Functions
isDummy
bool
isDummy
()
Undocumented in source. Be warned that the author may not have intended to support it.
isExternal
bool
isExternal
()
Undocumented in source.
isPivotable
bool
isPivotable
()
Undocumented in source.
isRestricted
bool
isRestricted
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Static functions
numCreated
int
numCreated
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
cassowary
AbstractVariable
classes
ClAbstractVariable