Blender  V3.3
Protected Types | Protected Member Functions | List of all members
StringEscape Class Reference
Inheritance diagram for StringEscape:

Protected Types

using CompareWordsArray = vector< std::array< const char *, 2 > >
 

Protected Member Functions

 StringEscape ()=default
 
void testEscapeWords (const CompareWordsArray &items)
 

Detailed Description

Definition at line 899 of file BLI_string_test.cc.

Member Typedef Documentation

◆ CompareWordsArray

using StringEscape::CompareWordsArray = vector<std::array<const char *, 2> >
protected

Definition at line 903 of file BLI_string_test.cc.

Constructor & Destructor Documentation

◆ StringEscape()

StringEscape::StringEscape ( )
protecteddefault

Member Function Documentation

◆ testEscapeWords()

void StringEscape::testEscapeWords ( const CompareWordsArray items)
inlineprotected

Definition at line 905 of file BLI_string_test.cc.

References BLI_str_escape(), BLI_str_unescape(), EXPECT_EQ(), and SIZE_MAX.


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