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

クラス TRunInformationTable の解説

#include <TRunInformationTable.hh>

すべてのメンバ一覧

Public 型

enum  { tNotFound = -1 }

Public メソッド

 TRunInformationTable ()
 TRunInformationTable (const TRunInformationList &infolist)
 TRunInformationTable (const TRunInformationTable &right)
 ~TRunInformationTable ()
const TRunInformationTable & operator= (const TRunInformationTable &right)
Tbool operator== (const TRunInformationTable &right) const
Tbool operator!= (const TRunInformationTable &right) const
TRunInformationTable operator+ (const TRunInformationTable &right) const
TRunInformationTable operator+ (const TRunInformationList &right) const
TRunInformationTable operator+ (const TRunInformation &right) const
TRunInformationTable & operator+= (const TRunInformationTable &right)
TRunInformationTable & operator+= (const TRunInformationList &right)
TRunInformationTable & operator+= (const TRunInformation &right)
const TRunInformationList & GetRunInformationList () const
TRunInformationList & GetRunInformationList ()
Tvoid SetRunInformationList (const TRunInformationList &infolist)
Tint GetNumberOfRows () const
Tvoid SetRunInformation (const Tstring &item)
Tvoid SetRunInformation (const Tstring &item, const Tstring &value)
Tvoid SetRunInformation (const TRunInformation &runinfo)
Tvoid SetRunInformation ()
Tvoid AddRunInformation (const Tstring &item)
Tvoid AddRunInformation (const Tstring &item, const Tstring &value)
Tvoid AddRunInformation (const TRunInformation &runinfo)
Tvoid AddRunInformation ()
Tstring GetItem (const Tstring &value) const
Tstring GetItem (Tint nrow) const
Tstring GetValue (const Tstring &item) const
Tstring GetValue (Tint nrow) const
Tint FindItem (const Tstring &item) const
Tint FindValue (const Tstring &value) const
Tint FindRunInformation (const TRunInformation &runinfo) const
Tbool HasItem (const Tstring &item) const
Tbool HasRunInformation (const TRunInformation &runinfo) const
Tvoid Remove (const Tstring &item)
Tvoid Remove (const TRunInformation &runinfo)
Tvoid Clear ()

フレンド

Tostream & operator<< (Tostream &tos, const TRunInformationTable &right)
TOutputHtmlFileStream & operator<< (TOutputHtmlFileStream &html, const TRunInformationTable &right)
TRunInformationTable operator+ (const TRunInformationList &left, const TRunInformationTable &right)
TRunInformationTable operator+ (const TRunInformation &left, const TRunInformationTable &right)


Enum の解説

anonymous enum
 

Enum 値:
tNotFound 


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

TRunInformationTable::TRunInformationTable (    ) 
 

TRunInformationTable::TRunInformationTable (  const TRunInformationList &    infolist ) 
 

TRunInformationTable::TRunInformationTable (  const TRunInformationTable &    right ) 
 

TRunInformationTable::~TRunInformationTable (    ) 
 


メソッドの解説

Tvoid TRunInformationTable::AddRunInformation (    ) 
 

Tvoid TRunInformationTable::AddRunInformation (  const TRunInformation &    runinfo ) 
 

Tvoid TRunInformationTable::AddRunInformation (  const Tstring &    item,
const Tstring &    value
) 
 

Tvoid TRunInformationTable::AddRunInformation (  const Tstring &    item ) 
 

Tvoid TRunInformationTable::Clear (    ) 
 

Tint TRunInformationTable::FindItem (  const Tstring &    item )  const
 

Tint TRunInformationTable::FindRunInformation (  const TRunInformation &    runinfo )  const
 

Tint TRunInformationTable::FindValue (  const Tstring &    value )  const
 

Tstring TRunInformationTable::GetItem (  Tint    nrow )  const
 

Tstring TRunInformationTable::GetItem (  const Tstring &    value )  const
 

Tint TRunInformationTable::GetNumberOfRows (    ) 
 

TRunInformationList & TRunInformationTable::GetRunInformationList (    )  [inline]
 

const TRunInformationList & TRunInformationTable::GetRunInformationList (    )  [inline]
 

Tstring TRunInformationTable::GetValue (  Tint    nrow )  const
 

Tstring TRunInformationTable::GetValue (  const Tstring &    item )  const
 

Tbool TRunInformationTable::HasItem (  const Tstring &    item )  const
 

Tbool TRunInformationTable::HasRunInformation (  const TRunInformation &    runinfo )  const
 

Tbool TRunInformationTable::operator!= (  const TRunInformationTable &    right )  const
 

TRunInformationTable TRunInformationTable::operator+ (  const TRunInformation &    right )  const
 

TRunInformationTable TRunInformationTable::operator+ (  const TRunInformationList &    right )  const
 

TRunInformationTable TRunInformationTable::operator+ (  const TRunInformationTable &    right )  const
 

TRunInformationTable& TRunInformationTable::operator+= (  const TRunInformation &    right ) 
 

TRunInformationTable& TRunInformationTable::operator+= (  const TRunInformationList &    right ) 
 

TRunInformationTable& TRunInformationTable::operator+= (  const TRunInformationTable &    right ) 
 

const TRunInformationTable& TRunInformationTable::operator= (  const TRunInformationTable &    right ) 
 

Tbool TRunInformationTable::operator== (  const TRunInformationTable &    right )  const
 

Tvoid TRunInformationTable::Remove (  const TRunInformation &    runinfo ) 
 

Tvoid TRunInformationTable::Remove (  const Tstring &    item ) 
 

Tvoid TRunInformationTable::SetRunInformation (    ) 
 

Tvoid TRunInformationTable::SetRunInformation (  const TRunInformation &    runinfo ) 
 

Tvoid TRunInformationTable::SetRunInformation (  const Tstring &    item,
const Tstring &    value
) 
 

Tvoid TRunInformationTable::SetRunInformation (  const Tstring &    item ) 
 

Tvoid TRunInformationTable::SetRunInformationList (  const TRunInformationList &    infolist )  [inline]
 


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

TRunInformationTable operator+ (  const TRunInformation &    left,
const TRunInformationTable &    right
)  [friend]
 

TRunInformationTable operator+ (  const TRunInformationList &    left,
const TRunInformationTable &    right
)  [friend]
 

TOutputHtmlFileStream& operator<< (  TOutputHtmlFileStream &    html,
const TRunInformationTable &    right
)  [friend]
 

Tostream& operator<< (  Tostream &    tos,
const TRunInformationTable &    right
)  [friend]
 


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