INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
safethread.h virtual bool isStopping() Returns TRUE if the thread is in Stopping state, FALSE otherwise. Definition: thread.cpp:40 A version of the Thread class which catches all possible exceptions. Definition: safethread.h:44 IceUtil::Handle< SafeThread > SafeThreadPtr A smart pointer to the SafeThread class. Definition: safethread.h:62 SafeThread(gbxutilacfr::Tracer &tracer) Needs an implementation of Tracer to report possible exceptions. Definition: safethread.cpp:20 Definition: tracer.h:112 virtual void error(const std::string &message, int level=1, bool localOnly=false) Definition: tracer.h:149 virtual void debug(const std::string &message, int level=1, bool localOnly=false) Definition: tracer.h:157 |