Conf

Undocumented in source.

Constructors

this
this(string s)
Undocumented in source.
this
this(string s, IsPositive b)
Undocumented in source.

Members

Functions

dup
Conf dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(const(Conf) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(const(Conf) other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conf
string conf;

empty means wildcard

isPositive
IsPositive isPositive;

true means the inverse of the conf inverse of conf.empty still means wildcard

Meta