#include <TCommandSpecified.hh>
TCommandSpecifiedのコラボレーション図
Public 型 | |
enum | { tBuiltinDepth = -1, tAliasDepth = -2, tNotDefineDepth = 0x8fffffff } |
Public メソッド | |
TCommandSpecified () | |
TCommandSpecified (const Tstring &name, const Tstring &fullname, const Tstring &path, Tint depth, Tbool flag, TCommand *command) | |
TCommandSpecified (const TCommandSpecified &right) | |
~TCommandSpecified () | |
const TCommandSpecified & | operator= (const TCommandSpecified &right) |
Tbool | operator== (const TCommandSpecified &right) const |
Tbool | operator!= (const TCommandSpecified &right) const |
const Tstring & | GetName () const |
const Tstring & | GetFullName () const |
const Tstring & | GetAbsolutePath () const |
Tint | GetDirectoryDepth () const |
Tbool | IsBuiltinCommand () const |
Tbool | IsAliasedCommand () const |
TCommand * | GetCommand () const |
Tvoid | SetName (const Tstring &name) |
Tvoid | SetFullName (const Tstring &name) |
Tvoid | SetAbsolutePath (const Tstring &path) |
Tvoid | SetDirectoryDepth (Tint depth) |
Tvoid | SetBuiltinFlag (Tbool flag) |
Tvoid | SetCommand (TCommand *command) |
フレンド | |
Tostream & | operator<< (Tostream &tos, const TCommandSpecified &right) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|