NamesArrayImplementation

Undocumented in source.

Constructors

this
this(immutable(char)** rawPorts)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
isDisposed
bool isDisposed()
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
stringAt
string stringAt(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

count
int count;
Undocumented in source.
disposed
bool disposed;
Undocumented in source.
rawPorts
immutable(char)** rawPorts;
Undocumented in source.

Inherited Members

From NamesArray

stringAt
string stringAt(size_t index)
Undocumented in source.
dispose
void dispose()
Undocumented in source.
opIndex
string opIndex(size_t index)
Undocumented in source.
length
int length [@property getter]
Undocumented in source.
isDisposed
bool isDisposed [@property getter]
Undocumented in source.

Meta