tesseract v5.3.3.20231005
NotConstDebugStringMethod Struct Reference

Public Member Functions

std::string DebugString ()
 
std::string ShortDebugString () const
 

Detailed Description

Definition at line 7223 of file gtest_unittest.cc.

Member Function Documentation

◆ DebugString()

std::string NotConstDebugStringMethod::DebugString ( )
inline

Definition at line 7224 of file gtest_unittest.cc.

7224{ return ""; }

◆ ShortDebugString()

std::string NotConstDebugStringMethod::ShortDebugString ( ) const
inline

Definition at line 7225 of file gtest_unittest.cc.

7225{ return ""; }

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