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

クラス TOutputObjectStream の解説
[Persistency Category]

This is the TOutputObjectStream class. [詳細]

#include <TOutputObjectStream.hh>

TOutputObjectStreamに対する継承グラフ

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

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

Public メソッド

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

Protected メソッド

virtual ~TOutputObjectStream ()

Protected 変数

TOutputObjectFilter * theObjectFilter
Tstream_t theStreamType
 ストリームタイプ(そのまんま)

Tint theDataSize
 対象のデータサイズ(レコードサイズとは似て非なるものです)

Tint theLastDataSize
 直前の処理(Read/Write)のよる処理サイズ

Tint theTotalDataSize
 ここまで処理したデータの合計サイズ


フレンド

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

解説

This is the TOutputObjectStream class.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
The TOutputObjectStream class detail description. Write it down ASAP!

TODO:
None?

バグ:
None?

TOutputObjectStream.hh66 行で定義されています。


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

TOutputObjectStream::TOutputObjectStream Tstream_t  streamtype = tUnknownStream  ) 
 

TOutputObjectStream.cc27 行で定義されています。

TOutputObjectStream::TOutputObjectStream TOutputObjectFilter *  filter,
Tstream_t  streamtype = tUnknownStream
 

TOutputObjectStream.cc32 行で定義されています。

参照 HasFilter(), と theObjectFilter.

TOutputObjectStream::~TOutputObjectStream  )  [protected, virtual]
 

TOutputObjectStream.cc41 行で定義されています。

参照 HasFilter(), と theObjectFilter.


メソッドの解説

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

TObjectStream.hh99 行で定義されています。

参照 TObjectStream::theDataSize, と Tint.

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

TObjectStream.hh104 行で定義されています。

参照 TObjectStream::theLastDataSize, と Tint.

TOutputObjectFilter * TOutputObjectStream::GetObjectFilter  )  const [inline]
 

TOutputObjectStream.hh106 行で定義されています。

参照 theObjectFilter.

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

TObjectStream.hh121 行で定義されています。

参照 TObjectStream::theStreamType, と Tstream_t.

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

TObjectStream.hh132 行で定義されています。

参照 TObjectStream::theTotalDataSize, と Tint.

Tbool TOutputObjectStream::HasFilter  )  const [inline]
 

TOutputObjectStream.hh117 行で定義されています。

参照 Tbool, Tfalse, theObjectFilter, と Ttrue.

呼出 TOutputObjectStream(), TOutputObjectSocket::Write(), TOutputObjectSharedMemory::Write(), TOutputObjectFile::Write(), と ~TOutputObjectStream().

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

TObjectStream.hh109 行で定義されています。

参照 TObjectStream::theDataSize, と Tvoid.

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

TObjectStream.hh115 行で定義されています。

参照 TObjectStream::theLastDataSize, と Tvoid.

Tvoid TOutputObjectStream::SetObjectFilter TOutputObjectFilter *  filter  )  [inline]
 

TOutputObjectStream.hh111 行で定義されています。

参照 theObjectFilter, と Tvoid.

呼出 TOutputObjectFileZ::TOutputObjectFileZ().

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

TObjectStream.hh126 行で定義されています。

参照 TObjectStream::theStreamType, と Tvoid.

Tvoid TObjectStream::SetTotalDataSize Tint  datasize  )  [inline, inherited]
 

TObjectStream.hh137 行で定義されています。

参照 TObjectStream::theTotalDataSize, と Tvoid.

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

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

呼出 operator<<().


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

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

TOutputObjectStream.hh101 行で定義されています。

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

TOutputObjectStream.hh96 行で定義されています。


変数の解説

Tint TObjectStream::theDataSize [protected, inherited]
 

対象のデータサイズ(レコードサイズとは似て非なるものです)

TObjectStream.hh71 行で定義されています。

呼出 TInputObjectFile::getDataElement(), TInputObjectFile::getDataRecord(), TInputObjectFile::getDataSection(), TInputObjectFile::getDataSegment(), TObjectStream::GetDataSize(), TInputObjectFile::operator[](), TInputObjectSocket::Read(), TInputObjectSharedMemory::Read(), TInputObjectFileOnline::Read(), TInputObjectFile::Read(), TInputObjectFile::readProperties(), TObjectStream::SetDataSize(), TOutputObjectSocket::Write(), TOutputObjectSharedMemory::Write(), と TOutputObjectFile::Write().

Tint TObjectStream::theLastDataSize [protected, inherited]
 

直前の処理(Read/Write)のよる処理サイズ

TObjectStream.hh73 行で定義されています。

呼出 TObjectStream::GetLastDataSize(), TInputObjectFile::operator[](), TInputObjectSocket::Read(), TInputObjectSharedMemory::Read(), TInputObjectFileOnline::Read(), TInputObjectFile::Read(), TObjectStream::SetLastDataSize(), TOutputObjectSocket::Write(), TOutputObjectSharedMemory::Write(), と TOutputObjectFile::Write().

TOutputObjectFilter* TOutputObjectStream::theObjectFilter [protected]
 

TOutputObjectStream.hh71 行で定義されています。

呼出 GetObjectFilter(), HasFilter(), SetObjectFilter(), TOutputObjectStream(), TOutputObjectSocket::Write(), TOutputObjectSharedMemory::Write(), TOutputObjectFile::Write(), と ~TOutputObjectStream().

Tstream_t TObjectStream::theStreamType [protected, inherited]
 

ストリームタイプ(そのまんま)

TObjectStream.hh69 行で定義されています。

呼出 TObjectStream::GetStreamType(), と TObjectStream::SetStreamType().

Tint TObjectStream::theTotalDataSize [protected, inherited]
 

ここまで処理したデータの合計サイズ

TObjectStream.hh75 行で定義されています。

呼出 TObjectStream::GetTotalDataSize(), TInputObjectFile::operator[](), TInputObjectSocket::Read(), TInputObjectSharedMemory::Read(), TInputObjectFileOnline::Read(), TInputObjectFile::Read(), TObjectStream::SetTotalDataSize(), TOutputObjectSocket::Write(), TOutputObjectSharedMemory::Write(), と TOutputObjectFile::Write().


このクラスの解説は次のファイルから生成されました:

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