Public Member Functions
testing::internal::ParamIteratorInterface< T > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::ParamIteratorInterface< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void Advance ()=0
virtual const
ParamGeneratorInterface< T > * 
BaseGenerator () const =0
virtual ParamIteratorInterfaceClone () const =0
virtual const T * Current () const =0
virtual bool Equals (const ParamIteratorInterface &other) const =0
virtual ~ParamIteratorInterface ()

Detailed Description

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

Definition at line 10068 of file gtest.h.


Constructor & Destructor Documentation

template<typename T>
virtual testing::internal::ParamIteratorInterface< T >::~ParamIteratorInterface ( ) [inline, virtual]

Definition at line 10070 of file gtest.h.


Member Function Documentation

template<typename T>
virtual void testing::internal::ParamIteratorInterface< T >::Advance ( ) [pure virtual]
template<typename T>
virtual const ParamGeneratorInterface<T>* testing::internal::ParamIteratorInterface< T >::BaseGenerator ( ) const [pure virtual]
template<typename T>
virtual ParamIteratorInterface* testing::internal::ParamIteratorInterface< T >::Clone ( ) const [pure virtual]
template<typename T>
virtual const T* testing::internal::ParamIteratorInterface< T >::Current ( ) const [pure virtual]
template<typename T>
virtual bool testing::internal::ParamIteratorInterface< T >::Equals ( const ParamIteratorInterface< T > &  other) const [pure virtual]

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


libpointmatcher
Author(s):
autogenerated on Mon Sep 14 2015 02:59:07