Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
foo::PrintableViaPrintToTemplate< T > Class Template Reference

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 149 of file googletest-printers-test.cc.

Constructor & Destructor Documentation

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

Definition at line 151 of file googletest-printers-test.cc.

Member Function Documentation

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

Definition at line 153 of file googletest-printers-test.cc.

Member Data Documentation

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

Definition at line 155 of file googletest-printers-test.cc.


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