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

クラス TOutputObjectStream の解説

#include <TOutputObjectStream.hh>

TOutputObjectStreamに対する継承グラフ

Inheritance graph
[凡例]
TOutputObjectStreamのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

 TOutputObjectStream (Tstream_t streamtype=tUnknownStream)
 TOutputObjectStream (TObjectFilter *filter, Tstream_t streamtype=tUnknownStream)
virtual Tint Write (TStreamableObject &object)=0
Tstream_t GetStreamType () const
Tvoid SetStreamType (Tstream_t streamtype)
TObjectFilter * GetObjectFilter () const
Tvoid SetObjectFilter (TObjectFilter *filter)
Tbool HasFilter () const
Tint GetDataSize () const
Tint GetLastDataSize () const
Tvoid SetDataSize (Tint datasize)
Tvoid SetLastDataSize (Tint datasize)
Tint GetTotalDataSize () const

Protected メソッド

virtual ~TOutputObjectStream ()

Protected 変数

TObjectFilter * theObjectFilter
Tstream_t theStreamType
Tint theDataSize
Tint theLastDataSize
Tint theTotalDataSize

フレンド

Tint operator<< (TOutputObjectStream &left, TStreamableObject &object)
Tint operator<< (TOutputObjectStream &left, const TStreamableObject &object)

コンストラクタとデストラクタの解説

TOutputObjectStream::TOutputObjectStream (  Tstream_t    streamtype = tUnknownStream ) 
 

TOutputObjectStream::TOutputObjectStream (  TObjectFilter *    filter,
Tstream_t    streamtype = tUnknownStream
) 
 

virtual TOutputObjectStream::~TOutputObjectStream (    )  [protected, virtual]
 


メソッドの解説

Tint TObjectStream::GetDataSize (    )  [inline, inherited]
 

Tint TObjectStream::GetLastDataSize (    )  [inline, inherited]
 

TObjectFilter * TObjectStream::GetObjectFilter (    )  [inline, inherited]
 

Tstream_t TObjectStream::GetStreamType (    )  [inline, inherited]
 

Tint TObjectStream::GetTotalDataSize (    )  [inline, inherited]
 

Tbool TObjectStream::HasFilter (    )  [inline, inherited]
 

Tvoid TObjectStream::SetDataSize (  Tint    datasize )  [inline, inherited]
 

Tvoid TObjectStream::SetLastDataSize (  Tint    datasize )  [inline, inherited]
 

Tvoid TObjectStream::SetObjectFilter (  TObjectFilter *    filter )  [inline, inherited]
 

Tvoid TObjectStream::SetStreamType (  Tstream_t    streamtype )  [inline, inherited]
 

virtual Tint TOutputObjectStream::Write (  TStreamableObject &    object )  [pure virtual]
 

TOutputObjectFile, TOutputObjectSharedMemory, と TOutputObjectSocketを実装しています.


フレンドと関連する関数の解説

Tint operator<< (  TOutputObjectStream &    left,
const TStreamableObject &    object
)  [friend]
 

Tint operator<< (  TOutputObjectStream &    left,
TStreamableObject &    object
)  [friend]
 


変数の解説

Tint TObjectStream::theDataSize [protected, inherited]
 

Tint TObjectStream::theLastDataSize [protected, inherited]
 

TObjectFilter* TObjectStream::theObjectFilter [protected, inherited]
 

Tstream_t TObjectStream::theStreamType [protected, inherited]
 

Tint TObjectStream::theTotalDataSize [protected, inherited]
 


このクラスの解説は次のファイルから生成されました:
CLDAQ - a Class Library for Data AcQuisition (Version 1.7.1)
Go IWAI <goiwai@users.sourceforge.jp>