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

クラス TSetStackSizeCommand の解説
[Commands Category]

This is the TSetStackSizeCommand class. [詳細]

#include <TSetStackSizeCommand.hh>

TSetStackSizeCommandに対する継承グラフ

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

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

Public メソッド

 TSetStackSizeCommand (TRunManager *manager)
 ~TSetStackSizeCommand ()
Tvoid Execute (const TstringList &arguments)
TRunManagerGetRunManager () const
Tvoid SetRunManager (TRunManager *manager)
const TstringGetCommandName () const
const TstringGetGuidance () const
Tvoid SetCommandName (const Tstring &name)
Tvoid SetGuidance (const Tstring &guidance)
virtual Tvoid ShowCommandDetail () const

Protected 変数

TRunManagertheRunManager
Tstring theCommandName
Tstring theGuidance

解説

This is the TSetStackSizeCommand class.

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

TODO:
None?
バグ:
None?


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

TSetStackSizeCommand::TSetStackSizeCommand TRunManager   manager
 

TSetStackSizeCommand::~TSetStackSizeCommand  
 


メソッドの解説

Tvoid TSetStackSizeCommand::Execute const TstringList   arguments [virtual]
 

TCommandを再定義しています。

const Tstring & TCommand::GetCommandName   [inline, inherited]
 

const Tstring & TCommand::GetGuidance   [inline, inherited]
 

TRunManager * TCommand::GetRunManager   [inline, inherited]
 

Tvoid TCommand::SetCommandName const Tstring   name [inline, inherited]
 

Tvoid TCommand::SetGuidance const Tstring   guidance [inline, inherited]
 

Tvoid TCommand::SetRunManager TRunManager   manager [inline, inherited]
 

virtual Tvoid TCommand::ShowCommandDetail   [virtual, inherited]
 


変数の解説

Tstring TCommand::theCommandName [protected, inherited]
 

Tstring TCommand::theGuidance [protected, inherited]
 

TRunManager* TCommand::theRunManager [protected, inherited]
 


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