profile_t::const_iterator Class Reference

#include <profile.h>

Public Member Functions

 const_iterator ()
 const_iterator (iterator_t it_, u64 start_offset_)
count_type operator* () const
const_iteratoroperator++ ()
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

Detailed Description

Definition at line 161 of file profile.h.


Member Typedef Documentation

typedef ordered_samples_t::const_iterator profile_t::const_iterator::iterator_t [private]

Definition at line 163 of file profile.h.


Constructor & Destructor Documentation

profile_t::const_iterator::const_iterator (  )  [inline]

Definition at line 165 of file profile.h.

profile_t::const_iterator::const_iterator ( iterator_t  it_,
u64  start_offset_ 
) [inline]

Definition at line 166 of file profile.h.


Member Function Documentation

count_type profile_t::const_iterator::count (  )  const [inline]

Definition at line 173 of file profile.h.

Referenced by profile_container::add_samples().

Here is the caller graph for this function:

bool profile_t::const_iterator::operator!= ( const_iterator const &  rhs  )  const [inline]

Definition at line 175 of file profile.h.

References it.

count_type profile_t::const_iterator::operator* (  )  const [inline]

Definition at line 169 of file profile.h.

References it.

const_iterator& profile_t::const_iterator::operator++ (  )  [inline]

Definition at line 170 of file profile.h.

References it.

bool profile_t::const_iterator::operator== ( const_iterator const &  rhs  )  const [inline]

Definition at line 178 of file profile.h.

References it.

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().

Here is the caller graph for this function:


Field Documentation

Definition at line 183 of file profile.h.

Referenced by operator!=(), operator*(), operator++(), operator==(), and vma().

Definition at line 184 of file profile.h.

Referenced by vma().


The documentation for this class was generated from the following file:

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1