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

クラス TReadoutIdentification の解説
[Readout Category]

This is the TReadoutIdentification class. [詳細]

#include <TReadoutIdentification.hh>

TReadoutIdentificationに対する継承グラフ

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

Public メソッド

 TReadoutIdentification (const Tstring &id)
 TReadoutIdentification (const TReadoutIdentification &right)
virtual const TReadoutIdentification & operator= (const TReadoutIdentification &right)
virtual Tbool operator== (const TReadoutIdentification &right) const
virtual Tbool operator!= (const TReadoutIdentification &right) const
const TstringGetID () const
Tvoid SetID (const Tstring &id)

Protected メソッド

virtual ~TReadoutIdentification ()

Protected 変数

Tstring theID

解説

This is the TReadoutIdentification class.

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

TODO:
None?

バグ:
None?

TReadoutIdentification.hh54 行で定義されています。


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

TReadoutIdentification::TReadoutIdentification const Tstring id  ) 
 

TReadoutIdentification.cc18 行で定義されています。

TReadoutIdentification::TReadoutIdentification const TReadoutIdentification &  right  ) 
 

TReadoutIdentification.cc22 行で定義されています。

TReadoutIdentification::~TReadoutIdentification  )  [protected, virtual]
 

TReadoutIdentification.cc26 行で定義されています。


メソッドの解説

const Tstring & TReadoutIdentification::GetID  )  const [inline]
 

TReadoutIdentification.hh82 行で定義されています。

参照 theID, と Tstring.

Tbool TReadoutIdentification::operator!= const TReadoutIdentification &  right  )  const [virtual]
 

TReadoutIdentification.cc44 行で定義されています。

参照 Tbool, Tfalse, theID, と Ttrue.

const TReadoutIdentification & TReadoutIdentification::operator= const TReadoutIdentification &  right  )  [virtual]
 

TReadoutIdentification.cc29 行で定義されています。

参照 theID.

Tbool TReadoutIdentification::operator== const TReadoutIdentification &  right  )  const [virtual]
 

TReadoutIdentification.cc35 行で定義されています。

参照 Tbool, Tfalse, theID, と Ttrue.

Tvoid TReadoutIdentification::SetID const Tstring id  )  [inline]
 

TReadoutIdentification.hh87 行で定義されています。

参照 theID, と Tvoid.


変数の解説

Tstring TReadoutIdentification::theID [protected]
 

TReadoutIdentification.hh58 行で定義されています。

呼出 GetID(), operator!=(), operator=(), operator==(), TReadoutSegment::Read(), TReadoutSection::Read(), TReadoutList::Read(), TReadoutElement::Read(), SetID(), と TReadoutElement::TReadoutElement().


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

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