#include <wipal/pcap/frame_iterator.hh>
Static hierarchies related types | |
typedef tool::valued_iterator < exact_type > | super_type |
typedef | wp_get_exact (Bottom, frame_iterator< Bottom >) exact_type |
typedef | wp_type (iterable_type, exact_type) iterable_type |
typedef | wp_type (value_type, exact_type) value_type |
Public Member Functions | |
frame_iterator (const iterable_type &desc, bool end) | |
frame_iterator (const iterable_type &desc, const std::streampos &pos, unsigned count) | |
frame_iterator (const frame_iterator &) | |
frame_iterator & | operator= (const frame_iterator &) |
Abstract method implementations | |
bool | equal (const frame_iterator &rhs) const |
void | increment () |
pcapxx::internals::frame_iterator< B >::frame_iterator | ( | const iterable_type & | desc, | |
bool | end | |||
) | [inline] |
tool::iterable compatible constructor.
pcapxx::internals::frame_iterator< B >::frame_iterator | ( | const iterable_type & | desc, | |
const std::streampos & | pos, | |||
unsigned | count | |||
) | [inline] |
Construct a frame iterator at a given PCAP file position.
pcapxx::internals::frame_iterator< B >::frame_iterator | ( | const frame_iterator< Bottom > & | it | ) | [inline] |
Copy constructor.
frame_iterator< B > & pcapxx::internals::frame_iterator< B >::operator= | ( | const frame_iterator< Bottom > & | rhs | ) | [inline] |
Assignment operator.