Blender  V2.93
Protected Types | Protected Member Functions | List of all members
StringEscape Class Reference

Inherits testing::Test.

Protected Types

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

Protected Member Functions

 StringEscape ()
 
void testEscapeWords (const CompareWordsArray &items)
 

Detailed Description

Definition at line 808 of file BLI_string_test.cc.

Member Typedef Documentation

◆ CompareWordsArray

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

Definition at line 814 of file BLI_string_test.cc.

Constructor & Destructor Documentation

◆ StringEscape()

StringEscape::StringEscape ( )
inlineprotected

Definition at line 810 of file BLI_string_test.cc.

Member Function Documentation

◆ testEscapeWords()

void StringEscape::testEscapeWords ( const CompareWordsArray items)
inlineprotected

Definition at line 816 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: