Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AStruct() [1/2]

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

◆ AStruct() [2/2]

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

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

3898 : x(rhs.x), y(rhs.y), z(rhs.z.value()), p(rhs.p) {}

Member Data Documentation

◆ p

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

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

◆ x

int testing::gmock_matchers_test::AStruct::x

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

◆ y

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

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

◆ z

Uncopyable testing::gmock_matchers_test::AStruct::z

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


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