C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

memoryBlock::FieldNameDB Class Reference

List of all members.

Public Member Functions

 FieldNameDB ()
int get_field (const string &name)
string field_name (int index)
void stats ()

Static Public Attributes

int ArrayField = -1

Private Types

typedef map< string, int,
less< string > > 
field_name_map
typedef field_name_map::iterator field_name_map_p

Private Attributes

field_name_map _fields
int _count

Member Typedef Documentation

typedef map< string, int, less< string > > memoryBlock::FieldNameDB::field_name_map [private]
 

Definition at line 766 of file memoryblock.h.

typedef field_name_map::iterator memoryBlock::FieldNameDB::field_name_map_p [private]
 

Definition at line 767 of file memoryblock.h.

Referenced by field_name(), and get_field().


Constructor & Destructor Documentation

memoryBlock::FieldNameDB::FieldNameDB   [inline]
 

Definition at line 776 of file memoryblock.h.


Member Function Documentation

string memoryBlock::FieldNameDB::field_name int    index
 

Definition at line 2037 of file memoryblock.cc.

References _fields, and field_name_map_p.

Referenced by memoryBlock::print(), and memoryBlock::print_def_use().

int memoryBlock::FieldNameDB::get_field const string &    name
 

Definition at line 2025 of file memoryblock.cc.

References _count, _fields, and field_name_map_p.

Referenced by memoryBlock::dot().

void memoryBlock::FieldNameDB::stats   [inline]
 

Definition at line 789 of file memoryblock.h.

Referenced by memoryBlock::stats().


Member Data Documentation

int memoryBlock::FieldNameDB::_count [private]
 

Definition at line 770 of file memoryblock.h.

Referenced by get_field().

field_name_map memoryBlock::FieldNameDB::_fields [private]
 

Definition at line 769 of file memoryblock.h.

Referenced by field_name(), and get_field().

int memoryBlock::FieldNameDB::ArrayField = -1 [static]
 

Definition at line 2049 of file memoryblock.cc.


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

Generated on August 27, 2003
Back to the C-Breeze home page