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

TSolid.hh

解説を見る。
00001 // =====================================================================
00021 // =====================================================================
00022 #ifndef __TSOLID_HH
00023 #define __TSOLID_HH
00024 
00025 #include "Tglobals.h"
00026 
00027 
00047 class TSolid
00048 {
00049 
00050   protected:
00051     Tstring theName;
00052 
00053   public:
00054     TSolid();
00055     ~TSolid();
00056 
00057     TSolid( const TSolid& right );
00058 
00059 };
00060 
00061 #endif

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