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

TObjectFilter.hh

解説を見る。
00001 // =====================================================================
00021 // =====================================================================
00022 #ifndef __TOBJECTFILTER_HH
00023 #define __TOBJECTFILTER_HH
00024 
00025 #include "Tglobals.h"
00026 
00027 class TStreamableObject;
00028 class TInputObjectStream;
00029 class TOutputObjectStream;
00030 
00031 
00051 class TObjectFilter
00052 {
00053 
00054   public:
00055     TObjectFilter();
00056 
00057   protected:
00058     virtual ~TObjectFilter();
00059 
00060   public:
00061     virtual Tint Filtering( TStreamableObject& object, TOutputObjectStream* stream ) = 0;
00062     virtual Tint Filtering( TStreamableObject& object, TInputObjectStream* stream ) = 0;
00063 
00064 };
00065 
00066 #endif

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