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

TSolid.hh

解説を見る。
00001 // =====================================================================
00002 //  $Id: TSolid.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $
00003 //  $Name: CLDAQ-1-06-02 $
00004 // =====================================================================
00005 #ifndef __TSOLID_HH
00006 #define __TSOLID_HH
00007 
00008 #include "Tglobals.h"
00009 
00010 class TSolid
00011 {
00012 
00013   protected:
00014     Tstring theName;
00015 
00016   public:
00017     TSolid();
00018     ~TSolid();
00019 
00020     TSolid( const TSolid& right );
00021 
00022 };
00023 
00024 #endif

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