Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
foo::UnprintableInFoo Class Reference

Public Member Functions

 UnprintableInFoo ()
 
double z () const
 

Detailed Description

Definition at line 129 of file gtest-printers_test.cc.

Constructor & Destructor Documentation

◆ UnprintableInFoo()

foo::UnprintableInFoo::UnprintableInFoo ( )
inline

Definition at line 131 of file gtest-printers_test.cc.

131: z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
memcpy((char *) pInfo->slotDescription, s, l)
Here is the call graph for this function:

Member Function Documentation

◆ z()

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

Definition at line 132 of file gtest-printers_test.cc.

132{ return z_; }

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