matador::factory< K, V >::producer_base Class Referenceabstract

Base producer class for factory. More...

#include <factory.hpp>

Inherited by matador::factory< K, V >::default_producer< T >.

Public Member Functions

virtual value_typecreate () const =0
 

Detailed Description

template<class K, class V>
class matador::factory< K, V >::producer_base

Base producer class for factory.

The base class for the producer classes

Member Function Documentation

◆ create()

template<class K , class V >
virtual value_type * matador::factory< K, V >::producer_base::create ( ) const
pure virtual

Creates a new serializable of value_type

Returns
A new serializable of value_type.

The documentation for this class was generated from the following file:
  • matador/utils/factory.hpp