addrRange.h File Reference

#include <assert.h>
#include <stdlib.h>
#include <vector>
#include "common/h/Types.h"
#include "common/h/Vector.h"
#include "common/h/std_namesp.h"

Go to the source code of this file.

Data Structures

class  addrRange
class  addrRangeTree< T >
struct  addrRangeTree< T >::entry

Enumerations

enum  color_t { TREE_RED, TREE_BLACK }

Enumeration Type Documentation

enum color_t

template class for addrRangeTree. The implementation is based on red black tree implementation for efficiency concerns and for getting sorted elements easier. There are two template types, K (key) and V (value).

Enumerator:
TREE_RED 
TREE_BLACK 

Definition at line 54 of file addrRange.h.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1