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

KillableTStar< TRefType, Arg > Class Template Reference

#include <refcontainer.h>

List of all members.

Public Methods

bool Killed () const
void Kill ()
 KillableTStar (const Arg &a)

Private Attributes

bool killed

template<class TRefType, class Arg>
class KillableTStar< TRefType, Arg >


Constructor & Destructor Documentation

template<class TRefType, class Arg>
KillableTStar< TRefType, Arg >::KillableTStar const Arg &    a [inline]
 

00007 : TRefType(a){killed=false;}


Member Function Documentation

template<class TRefType, class Arg>
void KillableTStar< TRefType, Arg >::Kill   [inline]
 

00006 {killed=true;}

template<class TRefType, class Arg>
bool KillableTStar< TRefType, Arg >::Killed   const [inline]
 

00005 {return killed;}


Member Data Documentation

template<class TRefType, class Arg>
bool KillableTStar< TRefType, Arg >::killed [private]
 


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