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

クラス TRunInformation の解説
[Run Category]

This is the TRunInformation class. [詳細]

#include <TRunInformation.hh>

すべてのメンバ一覧

Public メソッド

 TRunInformation ()
 TRunInformation (const Tstring &item)
 TRunInformation (const Tstring &item, Truninfo_t type)
 TRunInformation (const Tstring &item, const TstringList &list)
 TRunInformation (const Tstring &item, const Tstring &value)
 TRunInformation (const Tstring &item, const Tstring &value, Truninfo_t type)
 TRunInformation (const Tstring &item, const Tstring &value, const TstringList &list)
 TRunInformation (const TRunInformation &right)
 ~TRunInformation ()
const TRunInformation & operator= (const TRunInformation &right)
Tbool operator== (const TRunInformation &right) const
Tbool operator!= (const TRunInformation &right) const
Truninfo_t GetInformationType () const
const TstringGetItem () const
const TstringGetDefaultValue () const
const TstringGetValue () const
const TstringListGetSelectableList () const
Tvoid SetInformationType (Truninfo_t info)
Tvoid SetItem (const Tstring &item)
Tvoid SetDefaultValue (const Tstring &value)
Tvoid SetValue (const Tstring &value)
Tvoid SetSelectableList (const TstringList &list)
Tvoid Clear ()

フレンド

Tostreamoperator<< (Tostream &tos, const TRunInformation &right)
TOutputHtmlFileStreamoperator<< (TOutputHtmlFileStream &html, const TRunInformation &right)
Tvoid SetInformation (TRunInformation &info)


解説

This is the TRunInformation class.

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

TODO:
None?
バグ:
None?


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

TRunInformation::TRunInformation  
 

TRunInformation::TRunInformation const Tstring   item
 

TRunInformation::TRunInformation const Tstring   item,
Truninfo_t    type
 

TRunInformation::TRunInformation const Tstring   item,
const TstringList   list
 

TRunInformation::TRunInformation const Tstring   item,
const Tstring   value
 

TRunInformation::TRunInformation const Tstring   item,
const Tstring   value,
Truninfo_t    type
 

TRunInformation::TRunInformation const Tstring   item,
const Tstring   value,
const TstringList   list
 

TRunInformation::TRunInformation const TRunInformation &    right
 

TRunInformation::~TRunInformation  
 


メソッドの解説

Tvoid TRunInformation::Clear  
 

const Tstring & TRunInformation::GetDefaultValue   [inline]
 

Truninfo_t TRunInformation::GetInformationType   [inline]
 

const Tstring & TRunInformation::GetItem   [inline]
 

const TstringList & TRunInformation::GetSelectableList   [inline]
 

const Tstring & TRunInformation::GetValue   [inline]
 

Tbool TRunInformation::operator!= const TRunInformation &    right const
 

const TRunInformation& TRunInformation::operator= const TRunInformation &    right
 

Tbool TRunInformation::operator== const TRunInformation &    right const
 

Tvoid TRunInformation::SetDefaultValue const Tstring   value [inline]
 

Tvoid TRunInformation::SetInformationType Truninfo_t    info [inline]
 

Tvoid TRunInformation::SetItem const Tstring   item [inline]
 

Tvoid TRunInformation::SetSelectableList const TstringList   list [inline]
 

Tvoid TRunInformation::SetValue const Tstring   value [inline]
 


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

TOutputHtmlFileStream& operator<< TOutputHtmlFileStream   html,
const TRunInformation &    right
[friend]
 

Tostream& operator<< Tostream   tos,
const TRunInformation &    right
[friend]
 

Tvoid SetInformation TRunInformation &    info [friend]
 


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