Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/samples/sample4.h>
Public Member Functions | |
Counter () | |
int | Increment () |
void | Print () const |
Private Attributes | |
int | counter_ |
Definition at line 38 of file sample4.h.
View newest version in sPHENIX GitHub at line 38 of file sample4.h
|
inline |
int Counter::Increment | ( | ) |
Definition at line 39 of file sample4.cc.
View newest version in sPHENIX GitHub at line 39 of file sample4.cc
References counter_.
Referenced by TEST().
void Counter::Print | ( | ) | const |
Definition at line 44 of file sample4.cc.
View newest version in sPHENIX GitHub at line 44 of file sample4.cc
References counter_, and printf().
|
private |