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 | Public Attributes | List of all members
testing::internal::ImplBase< Impl >::Holder Struct Reference

#include <gmock-actions.h>

Public Member Functions

 operator const Impl & () const
 

Public Attributes

std::shared_ptr< Impl > ptr
 

Detailed Description

template<typename Impl>
struct testing::internal::ImplBase< Impl >::Holder

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

Member Function Documentation

template<typename Impl>
testing::internal::ImplBase< Impl >::Holder::operator const Impl & ( ) const
inlineexplicit

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

Member Data Documentation

template<typename Impl>
std::shared_ptr<Impl> testing::internal::ImplBase< Impl >::Holder::ptr

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


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