Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SymbolValue Class Reference

#include <cmt_symbol.h>

Collaboration diagram for SymbolValue:

Collaboration graph
[legend]
List of all members.

Public Types

typedef cmt_vector<SymbolValue> SymbolValueVector

Public Methods

 SymbolValue ()
 ~SymbolValue ()

Public Attributes

Tagtag
cmt_string text
int selected

Member Typedef Documentation

typedef cmt_vector<SymbolValue> SymbolValue::SymbolValueVector
 

Definition at line 10 of file cmt_symbol.h.


Constructor & Destructor Documentation

SymbolValue::SymbolValue ( )
 

Definition at line 447 of file cmt_symbol.cxx.

00448 {
00449   tag = 0;
00450 }

SymbolValue::~SymbolValue ( )
 

Definition at line 453 of file cmt_symbol.cxx.

00454 {
00455   tag = 0;
00456 }


Member Data Documentation

int SymbolValue::selected
 

Definition at line 18 of file cmt_symbol.h.

Tag * SymbolValue::tag
 

Definition at line 15 of file cmt_symbol.h.

cmt_string SymbolValue::text
 

Definition at line 16 of file cmt_symbol.h.


The documentation for this class was generated from the following files:
Generated at Thu Apr 11 16:50:58 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000