#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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|