Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
foo::PrintableViaPrintToTemplate< T > Class Template Reference
+ Collaboration diagram for foo::PrintableViaPrintToTemplate< T >:

Public Member Functions

 PrintableViaPrintToTemplate (const T &a_value)
 
const Tvalue () const
 

Private Attributes

T value_
 

Detailed Description

template<typename T>
class foo::PrintableViaPrintToTemplate< T >

Definition at line 159 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 159 of file gtest-printers_test.cc

Constructor & Destructor Documentation

template<typename T>
foo::PrintableViaPrintToTemplate< T >::PrintableViaPrintToTemplate ( const T a_value)
inlineexplicit

Definition at line 161 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 161 of file gtest-printers_test.cc

Member Function Documentation

template<typename T>
const T& foo::PrintableViaPrintToTemplate< T >::value ( ) const
inline

Definition at line 163 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 163 of file gtest-printers_test.cc

References foo::PrintableViaPrintToTemplate< T >::value_.

Referenced by foo::PrintTo().

+ Here is the caller graph for this function:

Member Data Documentation

template<typename T>
T foo::PrintableViaPrintToTemplate< T >::value_
private

Definition at line 165 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 165 of file gtest-printers_test.cc

Referenced by foo::PrintableViaPrintToTemplate< T >::value().


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