HPCToolkit
|
#include <VMAInterval.hpp>
Public Types | |
typedef VMAInterval | key_type |
typedef T | mapped_type |
typedef std::map< key_type, T > | My_t |
typedef std::pair< const key_type, T > | value_type |
typedef My_t::key_compare | key_compare |
typedef My_t::allocator_type | allocator_type |
typedef My_t::reference | reference |
typedef My_t::const_reference | const_reference |
typedef My_t::iterator | iterator |
typedef My_t::const_iterator | const_iterator |
typedef My_t::reverse_iterator | reverse_iterator |
typedef My_t::const_reverse_iterator | const_reverse_iterator |
typedef My_t::size_type | size_type |
Public Member Functions | |
VMAIntervalMap () | |
virtual | ~VMAIntervalMap () |
iterator | find (const key_type &toFind) |
const_iterator | find (const key_type &x) const |
std::string | toString () const |
std::ostream & | dump (std::ostream &os) const |
std::ostream & | ddump () const |
Private Member Functions | |
VMAIntervalMap (const VMAIntervalMap &x) | |
VMAIntervalMap & | operator= (const VMAIntervalMap &x) |
Definition at line 393 of file VMAInterval.hpp.
typedef My_t::allocator_type VMAIntervalMap< T >::allocator_type |
Definition at line 403 of file VMAInterval.hpp.
typedef My_t::const_iterator VMAIntervalMap< T >::const_iterator |
Definition at line 407 of file VMAInterval.hpp.
typedef My_t::const_reference VMAIntervalMap< T >::const_reference |
Definition at line 405 of file VMAInterval.hpp.
typedef My_t::const_reverse_iterator VMAIntervalMap< T >::const_reverse_iterator |
Definition at line 409 of file VMAInterval.hpp.
typedef My_t::iterator VMAIntervalMap< T >::iterator |
Definition at line 406 of file VMAInterval.hpp.
typedef My_t::key_compare VMAIntervalMap< T >::key_compare |
Definition at line 402 of file VMAInterval.hpp.
typedef VMAInterval VMAIntervalMap< T >::key_type |
Definition at line 397 of file VMAInterval.hpp.
typedef T VMAIntervalMap< T >::mapped_type |
Definition at line 398 of file VMAInterval.hpp.
typedef std::map<key_type, T> VMAIntervalMap< T >::My_t |
Definition at line 400 of file VMAInterval.hpp.
typedef My_t::reference VMAIntervalMap< T >::reference |
Definition at line 404 of file VMAInterval.hpp.
typedef My_t::reverse_iterator VMAIntervalMap< T >::reverse_iterator |
Definition at line 408 of file VMAInterval.hpp.
typedef My_t::size_type VMAIntervalMap< T >::size_type |
Definition at line 410 of file VMAInterval.hpp.
typedef std::pair<const key_type, T> VMAIntervalMap< T >::value_type |
Definition at line 401 of file VMAInterval.hpp.
|
inline |
Definition at line 416 of file VMAInterval.hpp.
|
inlinevirtual |
Definition at line 419 of file VMAInterval.hpp.
|
private |
|
inline |
Definition at line 491 of file VMAInterval.hpp.
|
inline |
Definition at line 482 of file VMAInterval.hpp.
|
inline |
|
inline |
Definition at line 464 of file VMAInterval.hpp.
|
inlineprivate |
Definition at line 500 of file VMAInterval.hpp.
|
inline |
Definition at line 474 of file VMAInterval.hpp.