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

Public Member Functions

 StreamableTemplateInFoo ()
 
const Tvalue () const
 

Private Attributes

T value_
 

Detailed Description

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

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

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

Constructor & Destructor Documentation

template<typename T>
foo::StreamableTemplateInFoo< T >::StreamableTemplateInFoo ( )
inline

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

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

Member Function Documentation

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

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

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

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

Referenced by foo::operator<<().

+ Here is the caller graph for this function:

Member Data Documentation

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

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

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

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


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