Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_matchers_test::AStruct Struct Reference
+ Inheritance diagram for testing::gmock_matchers_test::AStruct:
+ Collaboration diagram for testing::gmock_matchers_test::AStruct:

Public Member Functions

 AStruct ()
 
 AStruct (const AStruct &rhs)
 

Public Attributes

int x
 
const double y
 
Uncopyable z
 
const char * p
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (AStruct)
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 3378 of file gmock-matchers_test.cc

Constructor & Destructor Documentation

testing::gmock_matchers_test::AStruct::AStruct ( )
inline

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

View newest version in sPHENIX GitHub at line 3379 of file gmock-matchers_test.cc

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

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

View newest version in sPHENIX GitHub at line 3380 of file gmock-matchers_test.cc

Member Function Documentation

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.

View newest version in sPHENIX GitHub at line 3386 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

int testing::gmock_matchers_test::AStruct::x

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

View newest version in sPHENIX GitHub at line 3383 of file gmock-matchers_test.cc

Referenced by testing::gmock_matchers_test::TEST().

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

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

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 3385 of file gmock-matchers_test.cc


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