SST/macro
Public Member Functions | List of all members
sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > > Class Template Reference

#include <factory.h>

Inheritance diagram for sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > >:
Inheritance graph
Collaboration diagram for sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > >:
Collaboration graph

Public Member Functions

 SpktBuilderImpl (const char *name)
 
Parent * build (const Args &...args)
 

Detailed Description

template<class Child, typename Parent, typename... Args>
class sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > >

Definition at line 213 of file factory.h.

Constructor & Destructor Documentation

template<class Child , typename Parent , typename... Args>
sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > >::SpktBuilderImpl ( const char *  name)
inline

Definition at line 217 of file factory.h.

References sprockit::Factory< T, Args >::register_name().

Here is the call graph for this function:

Member Function Documentation

template<class Child , typename Parent , typename... Args>
Parent* sprockit::SpktBuilderImpl< Child, Factory< Parent, Args... > >::build ( const Args &...  args)
inlinevirtual

Implements sprockit::SpktBuilder< Parent, Args... >.

Definition at line 222 of file factory.h.


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