ConstrainedString

Extend this class to make a read-only string that enforces a maximum length, and optionally whether a value must be provided.

Constructors

this
this(string newValue, uint maxLength, bool valueRequired, string identifier)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
getIdentifier
string getIdentifier()
Undocumented in source. Be warned that the author may not have intended to support it.
notEmpty
bool notEmpty()
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.

Variables

value
string value;
Undocumented in source.

Meta