MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <CLArgFlag.hpp>
Public Member Functions | |
CLArgInt (char fl, const char *name, const char *pdesc, CLArgs::IntArgI *pcallback) | |
virtual const CLArgs::ArgIBase * | callback () const |
virtual bool | parse (const char *option) const |
virtual std::string | brief () const |
virtual std::string | manstr () const |
Private Attributes | |
CLArgs::IntArgI * | mCallback |
std::string | mName |
Definition at line 169 of file CLArgFlag.hpp.
CLArgInt::CLArgInt | ( | char | fl, |
const char * | name, | ||
const char * | pdesc, | ||
CLArgs::IntArgI * | pcallback | ||
) | [inline] |
std::string CLArgInt::brief | ( | ) | const [virtual] |
virtual const CLArgs::ArgIBase* CLArgInt::callback | ( | ) | const [inline, virtual] |
Implements CLArgFlag.
Definition at line 181 of file CLArgFlag.hpp.
References mCallback.
{ return mCallback; }
std::string CLArgInt::manstr | ( | ) | const [virtual] |
Get UNIX man-page formated synposis of flag
Implements CLArgFlag.
Definition at line 200 of file CLArgFlag.cpp.
{ return make_man_string( &mName[0] ); }
bool CLArgInt::parse | ( | const char * | option | ) | const [virtual] |
CLArgs::IntArgI* CLArgInt::mCallback [private] |
Definition at line 172 of file CLArgFlag.hpp.
Referenced by callback().
std::string CLArgInt::mName [private] |
Definition at line 173 of file CLArgFlag.hpp.