#include <wipal/wifi/frame/filter/uniquely_identifiable.hh>
Public Types | |
typedef HIDDEN | exact_type |
Iterator types | |
typedef HIDDEN | iterator |
typedef iterator | const_iterator |
Public Member Functions | |
uniquely_identifiable (const InputIterator &begin, const InputIterator &end, addr_mapping &map, tool::endian::endianness phy_end, bool pcap_tstamps) | |
iterator | begin () const |
iterator | end () const |
void | operator() (const OutputIterator &output) const |
Apply a function/functor to each element | |
void | for_each (Functor &f) const |
void | for_each (const Functor &f) const |
Downcast methods | |
const exact_type & | exact () const |
exact_type & | exact () |
const exact_type * | exact_ptr () const |
exact_type * | exact_ptr () |
Friends | |
class | internals::uniquely_identifiable_iterator< UniqueId, InputIterator, HeaderType, Bottom, tool::bottom > |
typedef HIDDEN tool::iterable< Bottom >::exact_type [inherited] |
Exact type for this template instantiation.
Reimplemented from tool::static_base< Bottom >.
Reimplemented in pcapxx::descriptor< Bottom >.
wifi::frame::filter::uniquely_identifiable< UniqueId, InputIterator, HeaderType, Bottom >::uniquely_identifiable | ( | const InputIterator & | begin, | |
const InputIterator & | end, | |||
addr_mapping & | map, | |||
tool::endian::endianness | phy_end, | |||
bool | pcap_tstamps | |||
) |
Construct from two iterators and a address mapping .
iterator tool::iterable< Bottom >::begin | ( | ) | const [inherited] |
Get an iterator to the first element.
iterator tool::iterable< Bottom >::end | ( | ) | const [inherited] |
Get an iterator to the end (past the last element).
exact_type& tool::static_base< Bottom >::exact | ( | ) | [inherited] |
Safely downcast to the exact type as a non-const reference.
const exact_type& tool::static_base< Bottom >::exact | ( | ) | const [inherited] |
Safely downcast to the exact type as a const reference.
exact_type* tool::static_base< Bottom >::exact_ptr | ( | ) | [inherited] |
Safely downcast to the exact type as a non-const pointer.
const exact_type* tool::static_base< Bottom >::exact_ptr | ( | ) | const [inherited] |
Safely downcast to the exact type as a const pointer.
void tool::iterable< Bottom >::operator() | ( | const OutputIterator & | output | ) | const [inline, inherited] |
Copy elements to output
.