Blender
V3.3
|
Public Member Functions | |
WordInfo ()=default | |
WordInfo (int start, int end) | |
bool | operator== (const WordInfo &other) const |
Public Attributes | |
int | start |
int | end |
Definition at line 518 of file BLI_string_test.cc.
|
default |
|
inline |
Definition at line 520 of file BLI_string_test.cc.
Definition at line 523 of file BLI_string_test.cc.
int WordInfo::end |
Definition at line 527 of file BLI_string_test.cc.
Referenced by operator<<(), and operator==().
int WordInfo::start |
Definition at line 527 of file BLI_string_test.cc.
Referenced by operator<<(), and operator==().