Public Types | Public Member Functions | Private Attributes
testing::internal::ParamGenerator< T > Class Template Reference

#include <gtest.h>

List of all members.

Public Types

typedef ParamIterator< T > iterator

Public Member Functions

iterator begin () const
iterator end () const
ParamGeneratoroperator= (const ParamGenerator &other)
 ParamGenerator (ParamGeneratorInterface< T > *impl)
 ParamGenerator (const ParamGenerator &other)

Private Attributes

linked_ptr< const
ParamGeneratorInterface< T > > 
impl_

Detailed Description

template<typename T>
class testing::internal::ParamGenerator< T >

Definition at line 10158 of file gtest.h.


Member Typedef Documentation

template<typename T>
typedef ParamIterator<T> testing::internal::ParamGenerator< T >::iterator

Definition at line 10160 of file gtest.h.


Constructor & Destructor Documentation

template<typename T>
testing::internal::ParamGenerator< T >::ParamGenerator ( ParamGeneratorInterface< T > *  impl) [inline, explicit]

Definition at line 10162 of file gtest.h.

template<typename T>
testing::internal::ParamGenerator< T >::ParamGenerator ( const ParamGenerator< T > &  other) [inline]

Definition at line 10163 of file gtest.h.


Member Function Documentation

template<typename T>
iterator testing::internal::ParamGenerator< T >::begin ( ) const [inline]

Definition at line 10170 of file gtest.h.

template<typename T>
iterator testing::internal::ParamGenerator< T >::end ( ) const [inline]

Definition at line 10171 of file gtest.h.

template<typename T>
ParamGenerator& testing::internal::ParamGenerator< T >::operator= ( const ParamGenerator< T > &  other) [inline]

Definition at line 10165 of file gtest.h.


Member Data Documentation

template<typename T>
linked_ptr<const ParamGeneratorInterface<T> > testing::internal::ParamGenerator< T >::impl_ [private]

Definition at line 10174 of file gtest.h.


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


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:34