tesseract v5.3.3.20231005
HasDebugStringMethods Struct Reference
Inheritance diagram for HasDebugStringMethods:
InheritsDebugStringMethods

Public Member Functions

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

Detailed Description

Definition at line 7211 of file gtest_unittest.cc.

Member Function Documentation

◆ DebugString()

std::string HasDebugStringMethods::DebugString ( ) const
inline

Definition at line 7212 of file gtest_unittest.cc.

7212{ return ""; }

◆ ShortDebugString()

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

Definition at line 7213 of file gtest_unittest.cc.

7213{ return ""; }

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