Blender  V2.93
Public Member Functions | Public Attributes | List of all members
WordInfo Struct Reference

Public Member Functions

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

Public Attributes

int start
 
int end
 

Detailed Description

Definition at line 423 of file BLI_string_test.cc.

Constructor & Destructor Documentation

◆ WordInfo() [1/2]

WordInfo::WordInfo ( )
inline

Definition at line 424 of file BLI_string_test.cc.

◆ WordInfo() [2/2]

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

Definition at line 427 of file BLI_string_test.cc.

Member Function Documentation

◆ operator==()

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

Definition at line 430 of file BLI_string_test.cc.

References end, and start.

Member Data Documentation

◆ end

int WordInfo::end

Definition at line 434 of file BLI_string_test.cc.

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

◆ start

int WordInfo::start

Definition at line 434 of file BLI_string_test.cc.

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


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