ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

BaseTrace Class Reference

#include <basetrace.h>

Inheritance diagram for BaseTrace:

TclObject EventTrace List of all members.

Public Member Functions

 BaseTrace ()
 ~BaseTrace ()
virtual int command (int argc, const char *const *argv)
virtual void dump ()
virtual void namdump ()
char * buffer ()
char * nbuffer ()
Tcl_Channel channel ()
void channel (Tcl_Channel ch)
Tcl_Channel namchannel ()
void namchannel (Tcl_Channel namch)
void flush (Tcl_Channel channel)
bool tagged ()
void tagged (bool tag)

Static Public Member Functions

double round (double x, double precision=PRECISION)

Protected Attributes

Tcl_Channel channel_
Tcl_Channel namChan_
char * wrk_
char * nwrk_
bool tagged_

Constructor & Destructor Documentation

BaseTrace::BaseTrace  
 

BaseTrace::~BaseTrace  
 


Member Function Documentation

char* BaseTrace::buffer   [inline]
 

void BaseTrace::channel Tcl_Channel    ch [inline]
 

Tcl_Channel BaseTrace::channel   [inline]
 

int BaseTrace::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from TclObject.

void BaseTrace::dump   [virtual]
 

void BaseTrace::flush Tcl_Channel    channel [inline]
 

void BaseTrace::namchannel Tcl_Channel    namch [inline]
 

Tcl_Channel BaseTrace::namchannel   [inline]
 

void BaseTrace::namdump   [virtual]
 

char* BaseTrace::nbuffer   [inline]
 

double BaseTrace::round double    x,
double    precision = PRECISION
[inline, static]
 

void BaseTrace::tagged bool    tag [inline]
 

bool BaseTrace::tagged   [inline]
 


Member Data Documentation

Tcl_Channel BaseTrace::channel_ [protected]
 

Tcl_Channel BaseTrace::namChan_ [protected]
 

char* BaseTrace::nwrk_ [protected]
 

bool BaseTrace::tagged_ [protected]
 

char* BaseTrace::wrk_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.