|
Jive reference manual
|
#include <jive/app/ProgramArgs.h>

Public Member Functions | |
| ProgramArgs (const String &arg0="") | |
| ProgramArgs (const String &arg0, const String &arg1) | |
| ProgramArgs (const String &arg0, const String &arg1, const String &arg2) | |
| ProgramArgs (const StringVector &args) | |
| ProgramArgs (int argc, char **argv) | |
| ProgramArgs (const Self &rhs) | |
| virtual Ref< Object > | clone () const |
| Ref< Self > | dup () const |
| int & | argc () |
| int | argc () const |
| char ** | argv () |
| char *const * | argv () const |
| void | commit () |
| StringVector | toArray () const |
| String | getProgramName () const |
| void | store (const Properties &globdat) const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Static Public Member Functions | |
| static Ref< Self > | get (const Properties &globdat) |
| static Ref< Self > | find (const Properties &globdat) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
| virtual | ~ProgramArgs () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::Clonable | |
| virtual | ~Clonable () |
| virtual void | emitVTable_ () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
|
explicit |
| jive::app::ProgramArgs::ProgramArgs | ( | const String & | arg0, |
| const String & | arg1, | ||
| const String & | arg2 | ||
| ) |
|
explicit |
| jive::app::ProgramArgs::ProgramArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
| jive::app::ProgramArgs::ProgramArgs | ( | const Self & | rhs | ) |
|
protectedvirtual |
Implements jem::Clonable.
| Ref<Self> jive::app::ProgramArgs::dup | ( | ) | const |
| int& jive::app::ProgramArgs::argc | ( | ) |
| int jive::app::ProgramArgs::argc | ( | ) | const |
| char** jive::app::ProgramArgs::argv | ( | ) |
| char *const * jive::app::ProgramArgs::argv | ( | ) | const |
| void jive::app::ProgramArgs::commit | ( | ) |
| StringVector jive::app::ProgramArgs::toArray | ( | ) | const |
| String jive::app::ProgramArgs::getProgramName | ( | ) | const |
| void jive::app::ProgramArgs::store | ( | const Properties & | globdat | ) | const |
|
static |
|
static |