TException |
トップ - systemカテゴリの解説 - TException |
#ifndef __TEXCEPTION_HH #define __TEXCEPTION_HH #include "TGlobals.hh" class TSystemLogging; class TException { private: TSystemLogging* theSystemLogging; public: TException(); ~TException(); public: friend Tostream& operator<<( Tostream& tos, const TException& right ); };