dxFeed Graal CXX API v4.0.0
|
A wrapper around Java Iterator for InstrumentProfile. More...
#include <IterableInstrumentProfile.hpp>
Public Member Functions | |
bool | hasNext () const noexcept |
Returns true if the iterable has more elements. | |
std::shared_ptr< InstrumentProfile > | next () const |
Returns the next element in the iteration. | |
A wrapper around Java Iterator for InstrumentProfile.
|
noexcept |
Returns true
if the iterable has more elements.
true
if the iteration has more elements std::shared_ptr< InstrumentProfile > IterableInstrumentProfile::next | ( | ) | const |
Returns the next element in the iteration.
InvalidArgumentException | |
JavaException | "NoSuchElementException" |