proxygen
testing::gmock_matchers_test::AStruct Struct Reference
Inheritance diagram for testing::gmock_matchers_test::AStruct:
testing::gmock_matchers_test::DerivedStruct testing::gmock_matchers_test::DerivedStruct testing::gmock_matchers_test::DerivedStruct

Public Member Functions

 AStruct ()
 
 AStruct (const AStruct &rhs)
 
 AStruct ()
 
 AStruct (const AStruct &rhs)
 
 AStruct ()
 
 AStruct (const AStruct &rhs)
 

Public Attributes

int x
 
const double y
 
Uncopyable z
 
const char * p
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (AStruct)
 
 GTEST_DISALLOW_ASSIGN_ (AStruct)
 
 GTEST_DISALLOW_ASSIGN_ (AStruct)
 

Detailed Description

Definition at line 3378 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

testing::gmock_matchers_test::AStruct::AStruct ( )
inline
testing::gmock_matchers_test::AStruct::AStruct ( const AStruct rhs)
inline
testing::gmock_matchers_test::AStruct::AStruct ( )
inline
testing::gmock_matchers_test::AStruct::AStruct ( )
inline

Member Function Documentation

testing::gmock_matchers_test::AStruct::GTEST_DISALLOW_ASSIGN_ ( AStruct  )
private
testing::gmock_matchers_test::AStruct::GTEST_DISALLOW_ASSIGN_ ( AStruct  )
private
testing::gmock_matchers_test::AStruct::GTEST_DISALLOW_ASSIGN_ ( AStruct  )
private

Member Data Documentation

const char * testing::gmock_matchers_test::AStruct::p

Definition at line 3386 of file gmock-matchers_test.cc.

Referenced by AStruct(), and testing::gmock_matchers_test::TEST().

int testing::gmock_matchers_test::AStruct::x

Definition at line 3383 of file gmock-matchers_test.cc.

Referenced by AStruct(), and testing::gmock_matchers_test::TEST().

const double testing::gmock_matchers_test::AStruct::y

Definition at line 3384 of file gmock-matchers_test.cc.

Uncopyable testing::gmock_matchers_test::AStruct::z

Definition at line 3385 of file gmock-matchers_test.cc.


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