tesseract v5.3.3.20231005
foo::UnprintableInFoo Class Reference

Public Member Functions

 UnprintableInFoo ()
 
double z () const
 

Detailed Description

Definition at line 132 of file googletest-printers-test.cc.

Constructor & Destructor Documentation

◆ UnprintableInFoo()

foo::UnprintableInFoo::UnprintableInFoo ( )
inline

Definition at line 134 of file googletest-printers-test.cc.

134: z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }

Member Function Documentation

◆ z()

double foo::UnprintableInFoo::z ( ) const
inline

Definition at line 135 of file googletest-printers-test.cc.

135{ return z_; }

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