Blender V5.0
WordInfo Struct Reference

Public Member Functions

 WordInfo ()=default
 WordInfo (int start, int end)
bool operator== (const WordInfo &other) const

Public Attributes

int start
int end

Detailed Description

Definition at line 864 of file BLI_string_test.cc.

Constructor & Destructor Documentation

◆ WordInfo() [1/2]

WordInfo::WordInfo ( )
default

Referenced by operator==().

◆ WordInfo() [2/2]

WordInfo::WordInfo ( int start,
int end )
inline

Definition at line 866 of file BLI_string_test.cc.

References end, and start.

Member Function Documentation

◆ operator==()

bool WordInfo::operator== ( const WordInfo & other) const
inline

Definition at line 867 of file BLI_string_test.cc.

References end, start, and WordInfo().

Member Data Documentation

◆ end

int WordInfo::end

Definition at line 871 of file BLI_string_test.cc.

Referenced by operator<<(), operator==(), and WordInfo().

◆ start

int WordInfo::start

Definition at line 871 of file BLI_string_test.cc.

Referenced by operator<<(), operator==(), and WordInfo().


The documentation for this struct was generated from the following file: