Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::PolymorphicAction< Impl >::MonomorphicImpl< F > Class Template Reference
+ Inheritance diagram for testing::PolymorphicAction< Impl >::MonomorphicImpl< F >:
+ Collaboration diagram for testing::PolymorphicAction< Impl >::MonomorphicImpl< F >:

Public Types

typedef internal::Function< F >
::Result 
Result
 
typedef internal::Function< F >
::ArgumentTuple 
ArgumentTuple
 
- Public Types inherited from testing::ActionInterface< F >
typedef internal::Function< F >
::Result 
Result
 
typedef internal::Function< F >
::ArgumentTuple 
ArgumentTuple
 

Public Member Functions

 MonomorphicImpl (const Impl &impl)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl)
 

Private Attributes

Impl impl_
 

Detailed Description

template<typename Impl>
template<typename F>
class testing::PolymorphicAction< Impl >::MonomorphicImpl< F >

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

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

Member Typedef Documentation

template<typename Impl >
template<typename F >
typedef internal::Function<F>::ArgumentTuple testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::ArgumentTuple

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

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

template<typename Impl >
template<typename F >
typedef internal::Function<F>::Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Result

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

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

Constructor & Destructor Documentation

template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::MonomorphicImpl ( const Impl &  impl)
inlineexplicit

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

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

Member Function Documentation

template<typename Impl >
template<typename F >
testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::GTEST_DISALLOW_ASSIGN_ ( MonomorphicImpl< F )
private
template<typename Impl >
template<typename F >
virtual Result testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Perform ( const ArgumentTuple args)
inlinevirtual

Implements testing::ActionInterface< F >.

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

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

References check_smearing_config::args, and testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::impl_.

Member Data Documentation

template<typename Impl >
template<typename F >
Impl testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::impl_
private

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

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

Referenced by testing::PolymorphicAction< Impl >::MonomorphicImpl< F >::Perform().


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