#include <profile.h>
Public Member Functions | |
const_iterator () | |
const_iterator (iterator_t it_, u64 start_offset_) | |
count_type | operator* () const |
const_iterator & | operator++ () |
odb_key_t | vma () const |
count_type | count () const |
bool | operator!= (const_iterator const &rhs) const |
bool | operator== (const_iterator const &rhs) const |
Private Types | |
typedef ordered_samples_t::const_iterator | iterator_t |
Private Attributes | |
iterator_t | it |
u64 | start_offset |
Definition at line 161 of file profile.h.
typedef ordered_samples_t::const_iterator profile_t::const_iterator::iterator_t [private] |
profile_t::const_iterator::const_iterator | ( | iterator_t | it_, | |
u64 | start_offset_ | |||
) | [inline] |
count_type profile_t::const_iterator::count | ( | ) | const [inline] |
Definition at line 173 of file profile.h.
Referenced by profile_container::add_samples().
bool profile_t::const_iterator::operator!= | ( | const_iterator const & | rhs | ) | const [inline] |
count_type profile_t::const_iterator::operator* | ( | ) | const [inline] |
const_iterator& profile_t::const_iterator::operator++ | ( | ) | [inline] |
bool profile_t::const_iterator::operator== | ( | const_iterator const & | rhs | ) | const [inline] |
odb_key_t profile_t::const_iterator::vma | ( | ) | const [inline] |
Definition at line 172 of file profile.h.
References it, and start_offset.
Referenced by profile_container::add_samples().
iterator_t profile_t::const_iterator::it [private] |
Definition at line 183 of file profile.h.
Referenced by operator!=(), operator*(), operator++(), operator==(), and vma().
u64 profile_t::const_iterator::start_offset [private] |