A class used for the iterating through all status items.
More...
#include <engine_client_cpp.hpp>
Inherits iterator< std::forward_iterator_tag, int >.
|
typedef pair< std::string,
std::string > | pair_t |
| element type More...
|
|
A class used for the iterating through all status items.
Implements the ForwardIterator concept: http://en.cppreference.com/w/cpp/concept/ForwardIterator
com::apama::engine::EngineStatus::StatusIterator::StatusIterator |
( |
| ) |
|
|
inline |
com::apama::engine::EngineStatus::StatusIterator::~StatusIterator |
( |
| ) |
|
|
inline |
Destroy underling status iterator.
com::apama::engine::EngineStatus::StatusIterator::StatusIterator |
( |
const StatusIterator & |
ref | ) |
|
|
inline |
bool com::apama::engine::EngineStatus::StatusIterator::operator!= |
( |
const StatusIterator & |
ref | ) |
const |
|
inline |
Returns false if two iterators point to the same item.
pair_t& com::apama::engine::EngineStatus::StatusIterator::operator* |
( |
| ) |
|
|
inline |
Return a reference to the element pointed to.
StatusIterator com::apama::engine::EngineStatus::StatusIterator::operator++ |
( |
int |
dummy | ) |
|
|
inline |
(postfix) increment this iterator
(prefix) increment this iterator
prefix ++
pair_t* com::apama::engine::EngineStatus::StatusIterator::operator-> |
( |
| ) |
|
|
inline |
Return a pointer to the element pointed to.
bool com::apama::engine::EngineStatus::StatusIterator::operator== |
( |
const StatusIterator & |
ref | ) |
const |
|
inline |
Returns true if two iterators point to the same item.
bool com::apama::engine::EngineStatus::StatusIterator::valid |
( |
| ) |
|
|
inline |
Returns true if this is a valid iterator over status data.
The documentation for this class was generated from the following file: