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

tspectre Class Reference

List of all members.

Public Methods

 tspectre (std::string b)
 tspectre (const tspectre &b)
std::string print ()
 ~tspectre ()

Private Attributes

std::string a

Constructor & Destructor Documentation

tspectre::tspectre std::string    b [inline]
 

00010                          {
00011     a =b;
00012     delmap[this]=0;
00013     numspectres++;
00014   }

tspectre::tspectre const tspectre &    b [inline]
 

00015                                {
00016     a=b.a;
00017     delmap[this]=0;
00018     numspectres++;
00019   }

tspectre::~tspectre   [inline]
 

00023               {
00024     printf ("death 0x%x NS %d\n",this,numspectres);
00025     numspectres--;
00026     if (delmap[this]!=0){
00027       int i = *(int *)0;
00028     }
00029     delmap[this]=0x31337;
00030   }


Member Function Documentation

std::string tspectre::print   [inline]
 

00020                      {
00021     return a;
00022   }


Member Data Documentation

std::string tspectre::a [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Jul 7 21:13:56 2003 for Ethereal by doxygen1.2.15