メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TSolid.hh

解説を見る。
00001 // =====================================================================
00028 // =====================================================================
00029 #ifndef CLDAQ__TSOLID_HH
00030 #define CLDAQ__TSOLID_HH
00031 
00032 #include "Tglobals.h"
00033 
00034 
00054 class TSolid
00055 {
00056 
00057   protected:
00058     Tstring theName;
00059 
00060   public:
00061     TSolid();
00062     ~TSolid();
00063 
00064     TSolid( const TSolid& right );
00065 
00066 #ifdef __CLDAQ_ROOT_DLL
00067     ClassDef(TSolid,0)
00068 #endif
00069 
00070 };
00071 
00072 #endif

CLDAQ - a Class Library for Data AcQuisition (Version 1.13.0)
Go IWAI <goiwai@users.sourceforge.jp>