MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / LineOffset

Class LineOffset

CodeFormatServer/src/Lib/LineIndex/LineTypes.h:24–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24class LineOffset {
25public:
26 explicit LineOffset(std::size_t start);
27
28 void Push(std::size_t cLen);
29
30 std::size_t GetCol(std::size_t colOffset);
31
32 std::size_t GetOffset(std::size_t colNum);
33
34 std::size_t Start;
35 std::vector<UnitChars> CharsOffsets;
36};

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected