|
Blender V5.0
|
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 864 of file BLI_string_test.cc.
|
default |
Referenced by operator==().
|
inline |
Definition at line 866 of file BLI_string_test.cc.
|
inline |
Definition at line 867 of file BLI_string_test.cc.
References end, start, and WordInfo().
| int WordInfo::end |
Definition at line 871 of file BLI_string_test.cc.
Referenced by operator<<(), operator==(), and WordInfo().
| int WordInfo::start |
Definition at line 871 of file BLI_string_test.cc.
Referenced by operator<<(), operator==(), and WordInfo().