#include <trace-tools/wifi/frame/filter/uniquely_identifiable.hh>
Public Types | |
typedef HIDDEN | exact_type |
typedef HIDDEN | iterator |
Public Member Functions | |
uniquely_identifiable (const InputIterator &begin, const InputIterator &end, addr_mapping &) | |
iterator | begin () |
iterator | end () |
template<class OutputIterator> | |
void | operator() (const OutputIterator &output) |
Downcast methods | |
const exact_type & | exact () const |
exact_type & | exact () |
const exact_type * | exact_ptr () const |
exact_type * | exact_ptr () |
Public Attributes | |
bool | prism_header_noise_means_error |
Friends | |
class | internals::ui_iterator< UniqueId, InputIterator, HeaderType, Bottom, tool::bottom > |
typedef HIDDEN tool::iterable< Bottom >::exact_type [inherited] |
typedef HIDDEN tool::iterable< Bottom >::iterator [inherited] |
Iterator type for this template instantiation.
wifi::frame::filter::uniquely_identifiable< U, I, H, B >::uniquely_identifiable | ( | const I & | begin, | |
const I & | end, | |||
addr_mapping & | mapping | |||
) | [inline] |
Construct from two iterators and a address mapping .
iterable< B >::iterator tool::iterable< B >::begin | ( | ) | [inline, inherited] |
Get an iterator to the first element.
iterable< B >::iterator tool::iterable< B >::end | ( | ) | [inline, inherited] |
Get an iterator to the end (past the last element).
void tool::iterable< B >::operator() | ( | const O & | output | ) | [inline, inherited] |
Copy elements to output
.
const static_base< Bottom >::exact_type & tool::static_base< Bottom >::exact | ( | ) | const [inline, inherited] |
Safely downcast to the exact type as a const reference.
static_base< Bottom >::exact_type & tool::static_base< Bottom >::exact | ( | ) | [inline, inherited] |
Safely downcast to the exact type as a non-const reference.
const static_base< Bottom >::exact_type * tool::static_base< Bottom >::exact_ptr | ( | ) | const [inline, inherited] |
Safely downcast to the exact type as a const pointer.
static_base< Bottom >::exact_type * tool::static_base< Bottom >::exact_ptr | ( | ) | [inline, inherited] |
Safely downcast to the exact type as a non-const pointer.