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

TInputObjectFileZ.hh

解説を見る。
00001 // =====================================================================
00018 // =====================================================================
00019 #ifndef CLDAQ__TINPUTOBJECTFILEZ_HH
00020 #define CLDAQ__TINPUTOBJECTFILEZ_HH
00021 
00022 #include "Tglobals.h"
00023 #include "TInputObjectFile.hh"
00024 
00044 class TInputObjectFileZ
00045   : public TInputObjectFile
00046 {
00047 
00048   public:
00049     TInputObjectFileZ( const Tstring& filename, const Tstring& mode = "r" );
00050     ~TInputObjectFileZ();
00051 
00052 };
00053 
00054 #endif

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