LineInfo

Undocumented in source.

Constructors

this
this(size_t startOffset, size_t numBytes, size_t numBytesEol)
Undocumented in source.

Members

Functions

endOffset
size_t endOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
nextStartOffset
size_t nextStartOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
numBytes
size_t numBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
numBytes
void numBytes(int bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
numBytesEol
size_t numBytesEol()
Undocumented in source. Be warned that the author may not have intended to support it.
numBytesTotal
size_t numBytesTotal()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

numBytesStorage
size_t numBytesStorage;
Undocumented in source.
startOffset
size_t startOffset;
Undocumented in source.

Meta