Dyninst::SimpleInterval Class Reference

#include <IBSTree.h>

Inheritance diagram for Dyninst::SimpleInterval:
Dyninst::interval< int >

Public Types

typedef int type

Public Member Functions

 SimpleInterval (interval< int > &i, void *id)
 SimpleInterval (int low, int high, void *id)
virtual int low () const
virtual int high () const

Private Attributes

int low_
int high_
void * id_

Detailed Description

Definition at line 99 of file IBSTree.h.


Member Typedef Documentation

typedef int Dyninst::interval< int >::type [inherited]

Definition at line 96 of file IBSTree.h.


Constructor & Destructor Documentation

Dyninst::SimpleInterval::SimpleInterval ( interval< int > &  i,
void *  id 
) [inline]

Definition at line 101 of file IBSTree.h.

References Dyninst::interval< T >::high(), high_, id_, Dyninst::interval< T >::low(), and low_.

Dyninst::SimpleInterval::SimpleInterval ( int  low,
int  high,
void *  id 
) [inline]

Definition at line 106 of file IBSTree.h.

References high_, id_, and low_.


Member Function Documentation

virtual int Dyninst::SimpleInterval::high (  )  const [inline, virtual]

Implements Dyninst::interval< int >.

Definition at line 113 of file IBSTree.h.

References high_.

virtual int Dyninst::SimpleInterval::low (  )  const [inline, virtual]

Implements Dyninst::interval< int >.

Definition at line 112 of file IBSTree.h.

References low_.


Field Documentation

Definition at line 117 of file IBSTree.h.

Referenced by high(), and SimpleInterval().

Definition at line 118 of file IBSTree.h.

Referenced by SimpleInterval().

Definition at line 116 of file IBSTree.h.

Referenced by low(), and SimpleInterval().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1