proxygen
foo::UnprintableInFoo Class Reference

Public Member Functions

 UnprintableInFoo ()
 
double z () const
 
 UnprintableInFoo ()
 
double z () const
 
 UnprintableInFoo ()
 
double z () const
 

Private Attributes

char xy_ [8]
 
double z_
 

Detailed Description

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

Constructor & Destructor Documentation

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); }
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); }
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); }

Member Function Documentation

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

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

References z_.

132 { return z_; }
double foo::UnprintableInFoo::z ( ) const
inline

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

References z_.

132 { return z_; }
double foo::UnprintableInFoo::z ( ) const
inline

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

References z_.

132 { return z_; }

Member Data Documentation

char foo::UnprintableInFoo::xy_
private

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

double foo::UnprintableInFoo::z_
private

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


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