LeviLamina
Loading...
Searching...
No Matches
TextRange.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TextRange
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> mStartCaretPos;
10
::ll::TypedStorage<4, 4, int> mEndCaretPos;
11
// NOLINTEND
12
13
public
:
14
// static functions
15
// NOLINTBEGIN
16
MCAPI static ::std::pair<int, int> getWordRange(::std::string
const
& textLine,
int
caret);
17
// NOLINTEND
18
};
TextRange
Definition
TextRange.h:5
src-client
mc
deps
input
TextRange.h
Generated on
for LeviLamina by
1.16.1