#include <TOption.hh>
Public 型 | |
enum | { tNeedNot = 0, tNeed = 1, tEither = 2 } |
Public メソッド | |
TOption (const Tstring &longoption, const Tstring &shortoption="", Tint argstyle=tNeedNot, const Tstring &desc="") | |
TOption (const Tstring &longoption, Tint argstyle, const Tstring &shortoption="", const Tstring &desc="") | |
TOption (const TOption &right) | |
~TOption () | |
const TOption & | operator= (const TOption &right) |
Tbool | operator== (const TOption &right) const |
Tbool | operator!= (const TOption &right) const |
Tbool | operator== (const Tstring &right) const |
Tbool | operator!= (const Tstring &right) const |
Tbool | NeedParameter () const |
Tbool | NeedNotParameter () const |
Tbool | EitherNeedOrNot () const |
const Tstring & | GetLongOption () const |
const Tstring & | GetShortOption () const |
Tint | GetArgumentStyle () const |
const Tstring & | GetDescription () const |
Tvoid | SetLongOption (const Tstring &longoption) |
Tvoid | SetShortOption (const Tstring &shortoption) |
Tvoid | SetArgumentStyle (Tint argstyle) |
Tvoid | SetDescription (const Tstring &desc) |
フレンド | |
Tostream & | operator<< (Tostream &tos, const TOption &right) |
TOption.hh の 51 行で定義されています。
|
TOption.hh の 55 行で定義されています。 |
|
TOption.cc の 17 行で定義されています。 |
|
TOption.cc の 26 行で定義されています。 |
|
TOption.cc の 35 行で定義されています。 |
|
TOption.cc の 44 行で定義されています。 |
|
TOption.cc の 166 行で定義されています。 |
|
TOption.hh の 113 行で定義されています。 参照 Tint. |
|
TOption.hh の 118 行で定義されています。 参照 Tstring. |
|
TOption.hh の 103 行で定義されています。 参照 Tstring. |
|
TOption.hh の 108 行で定義されています。 参照 Tstring. |
|
TOption.cc の 157 行で定義されています。 |
|
TOption.cc の 148 行で定義されています。 |
|
TOption.cc の 80 行で定義されています。 |
|
TOption.cc の 93 行で定義されています。 参照 Tbool, Tfalse, theLongOption, theShortOption, と Ttrue. |
|
TOption.cc の 47 行で定義されています。 参照 theArgumentStyle, theDescription, theLongOption, と theShortOption. |
|
TOption.cc の 57 行で定義されています。 |
|
TOption.cc の 70 行で定義されています。 参照 Tbool, Tfalse, theLongOption, theShortOption, と Ttrue. |
|
TOption.hh の 137 行で定義されています。 参照 Tvoid. |
|
TOption.hh の 144 行で定義されています。 参照 Tvoid. |
|
TOption.hh の 123 行で定義されています。 参照 Tvoid. |
|
TOption.hh の 130 行で定義されています。 参照 Tvoid. |
|
TOption.cc の 126 行で定義されています。 |