NLMISC::TBMSDbgInfoData Struct Reference

#include <bit_mem_stream.h>


Public Member Functions

 TBMSDbgInfoData ()
 Constructor.


Data Fields

bool AddEventIsEnabled
 Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list).

uint32 CurrentBrowsedItem
 Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()).

TBMSSerialInfoList List
 Vector of serial items.

const char * NextSymbol
 Symbol of next event.


Constructor & Destructor Documentation

NLMISC::TBMSDbgInfoData::TBMSDbgInfoData  )  [inline]
 

Constructor.

Definition at line 162 of file bit_mem_stream.h.

References AddEventIsEnabled, CurrentBrowsedItem, List, and NextSymbol.

00162 : List(), CurrentBrowsedItem(0), NextSymbol(NULL), AddEventIsEnabled(true) {}


Field Documentation

bool NLMISC::TBMSDbgInfoData::AddEventIsEnabled
 

Flag to enable/disable addSerial() and addPoke() (because CBitMemStream::getSerialItem() must not add events in the list).

Definition at line 174 of file bit_mem_stream.h.

Referenced by TBMSDbgInfoData().

uint32 NLMISC::TBMSDbgInfoData::CurrentBrowsedItem
 

Current browsed item in the list (valid only from beginEventBrowsing() until clear() or addSerial()/addPoke()).

Definition at line 168 of file bit_mem_stream.h.

Referenced by TBMSDbgInfoData().

TBMSSerialInfoList NLMISC::TBMSDbgInfoData::List
 

Vector of serial items.

Definition at line 165 of file bit_mem_stream.h.

Referenced by TBMSDbgInfoData().

const char* NLMISC::TBMSDbgInfoData::NextSymbol
 

Symbol of next event.

Definition at line 171 of file bit_mem_stream.h.

Referenced by TBMSDbgInfoData().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 13:48:42 2004 for NeL by doxygen 1.3.6