commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SenderFactoryTCPIP Class Reference
+ Inheritance diagram for SenderFactoryTCPIP:

Public Member Functions

AutoRefBase create (const AChar *s) const
 
const ACharfactory_name () const
 
- Public Member Functions inherited from commore::RefFactory
 RefFactory ()
 
virtual ~RefFactory ()
 
virtual AutoRefBase bind (const AChar *s) const
 

Additional Inherited Members

- Static Public Member Functions inherited from commore::RefFactory
static AutoRefBase lookup_create (const AChar *factory_name, const AChar *s, const AutoRefBase &def)
 
static AutoRefBase lookup_bind (const AChar *factory_name, const AChar *s, const AutoRefBase &def)
 

Member Function Documentation

AutoRefBase SenderFactoryTCPIP::create ( const AChar s) const
inlinevirtual

Create an object from a string specification. If this specific factory is not intended to handle instantiation for this spec, it must return NULL.

Parameters
soptional creation parameter
Returns
an autoref to a created object

Reimplemented from commore::RefFactory.

const AChar* SenderFactoryTCPIP::factory_name ( ) const
inlinevirtual

Name of the type this factory claims to be able to instanciate. This factory is a pretender for the creation of RefObjects which have the same factory_name.

Returns
factory name

Reimplemented from commore::RefFactory.


The documentation for this class was generated from the following file: