decompiler  1.0.0
Classes | Public Types | Private Attributes | List of all members
ParamEntryRange Class Reference

Class for storing ParamEntry objects in an interval range (rangemap) More...

#include <fspec.hh>

Classes

class  InitData
 Helper class for initializing ParamEntryRange in a range map. More...
 
class  SubsortPosition
 Helper class for subsorting on position. More...
 

Public Types

typedef uintb linetype
 The linear element for a rangemap.
 
typedef SubsortPosition subsorttype
 The sub-sort object for a rangemap.
 
typedef InitData inittype
 Initialization data for a ScopeMapper.
 

Private Attributes

uintb first
 Starting offset of the ParamEntry's range.
 
uintb last
 Ending offset of the ParamEntry's range.
 
int4 position
 Position of the ParamEntry within the entire prototype list.
 
ParamEntryentry
 Pointer to the actual ParamEntry.
 

Detailed Description

Class for storing ParamEntry objects in an interval range (rangemap)


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