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

#include <gtest.h>

List of all members.

Public Types

typedef ptrdiff_t difference_type
typedef const T & reference
typedef T value_type

Public Member Functions

bool operator!= (const ParamIterator &other) const
const T & operator* () const
ParamIteratoroperator++ ()
ParamIterator operator++ (int)
const T * operator-> () const
ParamIteratoroperator= (const ParamIterator &other)
bool operator== (const ParamIterator &other) const
 ParamIterator (const ParamIterator &other)

Private Member Functions

 ParamIterator (ParamIteratorInterface< T > *impl)

Private Attributes

scoped_ptr
< ParamIteratorInterface< T > > 
impl_

Friends

class ParamGenerator< T >

Detailed Description

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

Definition at line 10098 of file gtest.h.


Member Typedef Documentation

template<typename T >
typedef ptrdiff_t testing::internal::ParamIterator< T >::difference_type

Definition at line 10102 of file gtest.h.

template<typename T >
typedef const T& testing::internal::ParamIterator< T >::reference

Definition at line 10101 of file gtest.h.

template<typename T >
typedef T testing::internal::ParamIterator< T >::value_type

Definition at line 10100 of file gtest.h.


Constructor & Destructor Documentation

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

Definition at line 10105 of file gtest.h.

template<typename T >
testing::internal::ParamIterator< T >::ParamIterator ( ParamIteratorInterface< T > *  impl) [inline, explicit, private]

Definition at line 10134 of file gtest.h.


Member Function Documentation

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

Definition at line 10128 of file gtest.h.

template<typename T >
const T& testing::internal::ParamIterator< T >::operator* ( ) const [inline]

Definition at line 10112 of file gtest.h.

template<typename T >
ParamIterator& testing::internal::ParamIterator< T >::operator++ ( ) [inline]

Definition at line 10115 of file gtest.h.

template<typename T >
ParamIterator testing::internal::ParamIterator< T >::operator++ ( int  ) [inline]

Definition at line 10120 of file gtest.h.

template<typename T >
const T* testing::internal::ParamIterator< T >::operator-> ( ) const [inline]

Definition at line 10113 of file gtest.h.

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

Definition at line 10106 of file gtest.h.

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

Definition at line 10125 of file gtest.h.


Friends And Related Function Documentation

template<typename T >
friend class ParamGenerator< T > [friend]

Definition at line 10133 of file gtest.h.


Member Data Documentation

template<typename T >
scoped_ptr<ParamIteratorInterface<T> > testing::internal::ParamIterator< T >::impl_ [private]

Definition at line 10135 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