Jive reference manual
|
#include <jem/mp/StdDriverFactory.h>
Public Types | |
typedef StdDriverFactory | Self |
typedef DriverFactory | Super |
![]() | |
typedef Object | Super |
typedef DriverFactory | Self |
Public Member Functions | |
StdDriverFactory () | |
virtual Ref< Driver > | newDriver (const String &name) const |
void | addDriver (const String &name, const Ref< Driver > &driver) |
![]() | |
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 void | install () |
![]() | |
static Ref< Driver > | newInstance (const String &name) |
static Ref< Driver > | newInstance (int argc, char **argv, const String &defaultName="") |
static Ref< Self > | getFactory () |
static void | setFactory (const Ref< Self > &factory) |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
virtual | ~StdDriverFactory () |
![]() | |
virtual | ~DriverFactory () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
jem::mp::StdDriverFactory::StdDriverFactory | ( | ) |
|
protectedvirtual |
Reimplemented from jem::mp::DriverFactory.
|
static |