Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::DefaultValue< T >::ValueProducer Class Referenceabstract
+ Inheritance diagram for testing::DefaultValue< T >::ValueProducer:

Public Member Functions

virtual ~ValueProducer ()
 
virtual T Produce ()=0
 

Detailed Description

template<typename T>
class testing::DefaultValue< T >::ValueProducer

Definition at line 242 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 242 of file gmock-actions.h

Constructor & Destructor Documentation

template<typename T >
virtual testing::DefaultValue< T >::ValueProducer::~ValueProducer ( )
inlinevirtual

Definition at line 244 of file gmock-actions.h.

View newest version in sPHENIX GitHub at line 244 of file gmock-actions.h

Member Function Documentation

template<typename T >
virtual T testing::DefaultValue< T >::ValueProducer::Produce ( )
pure virtual

Implemented in testing::DefaultValue< T >::FactoryValueProducer, and testing::DefaultValue< T >::FixedValueProducer.

Referenced by testing::DefaultValue< T >::Get().

+ Here is the caller graph for this function:


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