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 Member Functions | Private Attributes | List of all members
testing::DefaultValue< T >::FixedValueProducer Class Reference
Inheritance diagram for testing::DefaultValue< T >::FixedValueProducer:
Inheritance graph
[legend]

Public Member Functions

 FixedValueProducer (T value)
 
T Produce () override
 
- Public Member Functions inherited from testing::DefaultValue< T >::ValueProducer
virtual ~ValueProducer ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (FixedValueProducer)
 

Private Attributes

const T value_
 

Detailed Description

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

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

Constructor & Destructor Documentation

template<typename T >
testing::DefaultValue< T >::FixedValueProducer::FixedValueProducer ( T  value)
inlineexplicit

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

Member Function Documentation

template<typename T >
T testing::DefaultValue< T >::FixedValueProducer::Produce ( )
inlineoverridevirtual

Implements testing::DefaultValue< T >::ValueProducer.

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

template<typename T >
testing::DefaultValue< T >::FixedValueProducer::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( FixedValueProducer  )
private

Member Data Documentation

template<typename T >
const T testing::DefaultValue< T >::FixedValueProducer::value_
private

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


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