|
typedef std::vector< std::pair
< T, std::vector< T > > > | Sequence |
|
typedef Sequence::iterator | iterator |
|
typedef Sequence::const_iterator | const_iterator |
|
|
const Sequence & | getSequence (void) const |
|
void | pushBack (std::pair< T, std::vector< T > > entry) |
|
void | pushBack (T address, const std::vector< T > &data) |
|
void | pushBack (T address, const T &data) |
|
void | clear (void) |
|
iterator | begin (void) |
|
iterator | end (void) |
|
const const_iterator | begin (void) const |
|
const const_iterator | end (void) const |
|
template<typename T>
class ots::FirmwareSequence< T >
Definition at line 9 of file FirmwareSequence.h.
The documentation for this class was generated from the following file: