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

TInputObjectFileZ.hh

解説を見る。
00001 // =====================================================================
00025 // =====================================================================
00026 #ifdef __CLDAQ_ZLIB_USE
00027 #ifndef CLDAQ__TINPUTOBJECTFILEZ_HH
00028 #define CLDAQ__TINPUTOBJECTFILEZ_HH
00029 
00030 #include "Tglobals.h"
00031 #include "TInputObjectFile.hh"
00032 
00052 class TInputObjectFileZ
00053   : public TInputObjectFile
00054 {
00055 
00056   public:
00057     TInputObjectFileZ( const Tstring& filename, const Tstring& mode = "r" );
00058     ~TInputObjectFileZ();
00059 
00060 #ifdef __CLDAQ_ROOT_DLL
00061     ClassDef(TInputObjectFileZ,0)
00062 #endif
00063 
00064 };
00065 
00066 #endif
00067 #endif


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp