Zero  0.1.0
Public Member Functions | Private Attributes | List of all members
CrashThread< Env > Class Template Reference

#include <kits_cmd.h>

Inheritance diagram for CrashThread< Env >:
thread_wrapper_t

Public Member Functions

 CrashThread (Env *env, unsigned delay, bool wait_for_warmup)
 
virtual void run ()
 
- Public Member Functions inherited from thread_wrapper_t
 thread_wrapper_t ()
 
virtual ~thread_wrapper_t ()
 
virtual void before_run ()
 
virtual void after_run ()
 
void spawn ()
 
void fork ()
 
void join ()
 

Private Attributes

Env * env
 
unsigned delay
 
bool wait_for_warmup
 

Constructor & Destructor Documentation

§ CrashThread()

template<class Env >
CrashThread< Env >::CrashThread ( Env *  env,
unsigned  delay,
bool  wait_for_warmup 
)
inline

Member Function Documentation

§ run()

template<class Env >
virtual void CrashThread< Env >::run ( )
inlinevirtual

Implements thread_wrapper_t.

Member Data Documentation

§ delay

template<class Env >
unsigned CrashThread< Env >::delay
private

§ env

template<class Env >
Env* CrashThread< Env >::env
private

§ wait_for_warmup

template<class Env >
bool CrashThread< Env >::wait_for_warmup
private

The documentation for this class was generated from the following file: