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
◆ pair_t
◆ StatusIterator() [1/2]
com::apama::engine::EngineStatus::StatusIterator::StatusIterator |
( |
| ) |
|
|
inline |
◆ ~StatusIterator()
com::apama::engine::EngineStatus::StatusIterator::~StatusIterator |
( |
| ) |
|
|
inline |
Destroy underling status iterator.
◆ StatusIterator() [2/2]
com::apama::engine::EngineStatus::StatusIterator::StatusIterator |
( |
const StatusIterator & |
ref | ) |
|
|
inline |
◆ operator *()
pair_t& com::apama::engine::EngineStatus::StatusIterator::operator * |
( |
| ) |
|
|
inline |
Return a reference to the element pointed to.
◆ operator!=()
bool com::apama::engine::EngineStatus::StatusIterator::operator!= |
( |
const StatusIterator & |
ref | ) |
const |
|
inline |
Returns false if two iterators point to the same item.
◆ operator++() [1/2]
StatusIterator com::apama::engine::EngineStatus::StatusIterator::operator++ |
( |
int |
dummy | ) |
|
|
inline |
(postfix) increment this iterator
◆ operator++() [2/2]
(prefix) increment this iterator
prefix ++
◆ operator->()
pair_t* com::apama::engine::EngineStatus::StatusIterator::operator-> |
( |
| ) |
|
|
inline |
Return a pointer to the element pointed to.
◆ operator=()
◆ operator==()
bool com::apama::engine::EngineStatus::StatusIterator::operator== |
( |
const StatusIterator & |
ref | ) |
const |
|
inline |
Returns true if two iterators point to the same item.
◆ valid()
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: