Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PrivateCode Class Reference

#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_
 

Detailed Description

Definition at line 39 of file production.h.

View newest version in sPHENIX GitHub at line 39 of file production.h

Constructor & Destructor Documentation

PrivateCode::PrivateCode ( )

Definition at line 36 of file production.cc.

View newest version in sPHENIX GitHub at line 36 of file production.cc

Member Function Documentation

PrivateCode::FRIEND_TEST ( PrivateCodeTest  ,
CanAccessPrivateMembers   
)
PrivateCode::FRIEND_TEST ( PrivateCodeFixtureTest  ,
CanAccessPrivateMembers   
)
void PrivateCode::set_x ( int  an_x)
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:

int PrivateCode::x ( ) const
inline

Definition at line 49 of file production.h.

View newest version in sPHENIX GitHub at line 49 of file production.h

References x_.

Member Data Documentation

int PrivateCode::x_
private

Definition at line 52 of file production.h.

View newest version in sPHENIX GitHub at line 52 of file production.h

Referenced by set_x(), TEST(), TEST_F(), and x().


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