![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/test/production.h>
Public Member Functions | |
| FRIEND_TEST (PrivateCodeTest, CanAccessPrivateMembers) | |
| FRIEND_TEST (PrivateCodeFixtureTest, CanAccessPrivateMembers) | |
| PrivateCode () | |
| int | x () const |
Private Member Functions | |
| void | set_x (int an_x) |
Private Attributes | |
| int | x_ |
Definition at line 39 of file production.h.
View newest version in sPHENIX GitHub at line 39 of file production.h
| PrivateCode::PrivateCode | ( | ) |
Definition at line 36 of file production.cc.
View newest version in sPHENIX GitHub at line 36 of file production.cc
| PrivateCode::FRIEND_TEST | ( | PrivateCodeTest | , |
| CanAccessPrivateMembers | |||
| ) |
| PrivateCode::FRIEND_TEST | ( | PrivateCodeFixtureTest | , |
| CanAccessPrivateMembers | |||
| ) |
|
inlineprivate |
Definition at line 51 of file production.h.
View newest version in sPHENIX GitHub at line 51 of file production.h
References x_.
Referenced by TEST(), and TEST_F().
Here is the caller graph for this function:
|
inline |
Definition at line 49 of file production.h.
View newest version in sPHENIX GitHub at line 49 of file production.h
References x_.
|
private |
Definition at line 52 of file production.h.
View newest version in sPHENIX GitHub at line 52 of file production.h