Class DBCIterator

Class Documentation

class DBCIterator

This is the Top class of the dbclib and the interface to the user. It enables its user to iterate over the Messages of a DBC-File

Public Types

typedef messages_t::const_iterator const_iterator

Public Functions

DBCIterator(const std::vector<std::string> &paths)
DBCIterator(const std::string &path)
DBCIterator(std::istream &stream)
inline const_iterator begin() const
inline const_iterator end() const
inline messages_t::const_reference operator[](std::size_t elem) const