|
Blender V4.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 967 of file BLI_string_test.cc.
|
default |
Definition at line 969 of file BLI_string_test.cc.
|
inline |
Definition at line 970 of file BLI_string_test.cc.
| int WordInfo::end |
Definition at line 974 of file BLI_string_test.cc.
Referenced by operator<<().
| int WordInfo::start |
Definition at line 974 of file BLI_string_test.cc.
Referenced by operator<<().