|
Blender
V2.93
|
Public Member Functions | |
| WordInfo () | |
| WordInfo (int start, int end) | |
| bool | operator== (const WordInfo &other) const |
Public Attributes | |
| int | start |
| int | end |
Definition at line 423 of file BLI_string_test.cc.
|
inline |
Definition at line 424 of file BLI_string_test.cc.
|
inline |
Definition at line 427 of file BLI_string_test.cc.
|
inline |
Definition at line 430 of file BLI_string_test.cc.
| int WordInfo::end |
Definition at line 434 of file BLI_string_test.cc.
Referenced by operator<<(), and operator==().
| int WordInfo::start |
Definition at line 434 of file BLI_string_test.cc.
Referenced by operator<<(), and operator==().