Document

Undocumented in source.

Constructors

this
this(DocumentUri uri)
Undocumented in source.
this
this(TextDocumentItem doc)
Undocumented in source.

Members

Functions

bytesToOffset
size_t bytesToOffset(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
bytesToPosition
Position bytesToPosition(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
eolAt
EolType eolAt(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
lineAt
string lineAt(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
offsetToBytes
size_t offsetToBytes(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
offsetToPosition
Position offsetToPosition(size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
positionToBytes
size_t positionToBytes(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
positionToOffset
size_t positionToOffset(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

languageId
string languageId;
Undocumented in source.
text
string text;
Undocumented in source.
uri
DocumentUri uri;
Undocumented in source.
version_
long version_;
Undocumented in source.

Meta