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

FragmentC Class Reference

#include <macroc.h>

Collaboration diagram for FragmentC:

Collaboration graph
[legend]
List of all members.

Public Methods

 FragmentC ()
 FragmentC (StringC s)
void SetVar (VarC *pVar)

Public Attributes

StringC m_str
VarCm_pVar

Constructor & Destructor Documentation

FragmentC::FragmentC   [inline]
 

Definition at line 41 of file macroc.h.

00041 {m_pVar=0;}  

FragmentC::FragmentC StringC    s [inline]
 

Definition at line 42 of file macroc.h.

00042 {m_str=s; m_pVar=0;}


Member Function Documentation

void FragmentC::SetVar VarC   pVar [inline]
 

Definition at line 43 of file macroc.h.

00043 {m_pVar=pVar;}


Member Data Documentation

VarC* FragmentC::m_pVar
 

Definition at line 46 of file macroc.h.

StringC FragmentC::m_str
 

Definition at line 45 of file macroc.h.


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:45 2003 for Open ActiveWrl by doxygen1.3-rc2