RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::converter::TypeBasedRepositoryCreater< WireType > Class Template Reference

A RepositoryCreate which can be statically typed using a template argument for the desired wire type. More...

#include <Repository.h>

Inheritance diagram for rsb::converter::TypeBasedRepositoryCreater< WireType >:
Inheritance graph
Collaboration diagram for rsb::converter::TypeBasedRepositoryCreater< WireType >:
Collaboration graph

Public Member Functions

virtual ~TypeBasedRepositoryCreater ()
 
void * create ()
 Factory method to create a new Repository. More...
 
- Public Member Functions inherited from rsb::converter::RepositoryCreater
virtual ~RepositoryCreater ()
 

Detailed Description

template<class WireType>
class rsb::converter::TypeBasedRepositoryCreater< WireType >

A RepositoryCreate which can be statically typed using a template argument for the desired wire type.

Template Parameters
WireTypetype of the wire of underlying converters
Author
jwienke

Definition at line 326 of file Repository.h.

Constructor & Destructor Documentation

template<class WireType>
virtual rsb::converter::TypeBasedRepositoryCreater< WireType >::~TypeBasedRepositoryCreater ( )
inlinevirtual

Definition at line 328 of file Repository.h.

Member Function Documentation

template<class WireType>
void* rsb::converter::TypeBasedRepositoryCreater< WireType >::create ( )
inlinevirtual

Factory method to create a new Repository.

Returns
new Repository instance

Implements rsb::converter::RepositoryCreater.

Definition at line 330 of file Repository.h.


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