|
BDE 4.14.0 Production release
|
#include <bdlb_testinputiterator.h>
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. | |
| InputIterator & | operator++ () |
| 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 |
|
inline |
|
inline |