BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlb::TestInputIterator< TYPE > Struct Template Reference

#include <bdlb_testinputiterator.h>

Inheritance diagram for bdlb::TestInputIterator< TYPE >:
bsltf::InputIterator< TYPE >

Public Member Functions

 TestInputIterator ()
 
 TestInputIterator (const TestInputIterator &original)
 
- Public Member Functions inherited from bsltf::InputIterator< TYPE >
 InputIterator ()
 Construct an empty input iterator.
 
 InputIterator (TYPE *ptr)
 Construct an input iterator based on the specified ptr.
 
InputIteratoroperator++ ()
 
InputIterator operator++ (int)
 
pointer operator-> () const
 
reference operator* () const
 

Additional Inherited Members

- Public Types inherited from bsltf::InputIterator< TYPE >
typedef std::input_iterator_tag iterator_category
 
typedef TYPE value_type
 
typedef std::ptrdiff_t difference_type
 
typedef TYPE * pointer
 
typedef TYPE & reference
 

Constructor & Destructor Documentation

◆ TestInputIterator() [1/2]

template<class TYPE >
bdlb::TestInputIterator< TYPE >::TestInputIterator ( )
inline

◆ TestInputIterator() [2/2]

template<class TYPE >
bdlb::TestInputIterator< TYPE >::TestInputIterator ( const TestInputIterator< TYPE > &  original)
inline

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