Jive reference manual
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
jem::mp::DriverFactory Class Reference

#include <jem/mp/DriverFactory.h>

Inheritance diagram for jem::mp::DriverFactory:
Inheritance graph

Public Types

typedef Object Super
 
typedef DriverFactory Self
 

Public Member Functions

virtual Ref< DrivernewDriver (const String &name) const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () 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< Objectclone () const
 Returns a copy of this object. More...
 

Static Public Member Functions

static Ref< DrivernewInstance (const String &name)
 
static Ref< DrivernewInstance (int argc, char **argv, const String &defaultName="")
 
static Ref< SelfgetFactory ()
 
static void setFactory (const Ref< Self > &factory)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Protected Member Functions

virtual ~DriverFactory ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Member Typedef Documentation

Constructor & Destructor Documentation

virtual jem::mp::DriverFactory::~DriverFactory ( )
protectedvirtual

Member Function Documentation

virtual Ref<Driver> jem::mp::DriverFactory::newDriver ( const String name) const
virtual

Reimplemented in jem::mp::StdDriverFactory.

static Ref<Driver> jem::mp::DriverFactory::newInstance ( const String name)
static
static Ref<Driver> jem::mp::DriverFactory::newInstance ( int  argc,
char **  argv,
const String defaultName = "" 
)
static
static Ref<Self> jem::mp::DriverFactory::getFactory ( )
static
static void jem::mp::DriverFactory::setFactory ( const Ref< Self > &  factory)
static