Provides a forward_iterator over BusValue signals.
The iteration order is deterministic but unspecified.
#include <drake/systems/framework/bus_value.h>
Public Types | |
using | difference_type = std::ptrdiff_t |
using | value_type = typename BusValue::value_type |
Public Member Functions | |
Iterator ()=default | |
value_type | operator * () const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &other) const |
Friends | |
class | BusValue |
using difference_type = std::ptrdiff_t |
using value_type = typename BusValue::value_type |
|
default |
value_type operator * | ( | ) | const |
Iterator& operator++ | ( | ) |
bool operator== | ( | const Iterator & | other | ) | const |
|
friend |