NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | List of all members
librandom::GenericRandomDevFactory Class Referenceabstract

Generic factory class for RandomDev. More...

#include <randomdev.h>

Inheritance diagram for librandom::GenericRandomDevFactory:
librandom::RandomDevFactory< DevType >

Public Member Functions

virtual ~GenericRandomDevFactory ()
 
virtual RdvPtr create () const =0
 
virtual RdvPtr create (RngPtr rng) const =0
 

Detailed Description

Generic factory class for RandomDev.

Constructor & Destructor Documentation

virtual librandom::GenericRandomDevFactory::~GenericRandomDevFactory ( )
inlinevirtual

Member Function Documentation

virtual RdvPtr librandom::GenericRandomDevFactory::create ( ) const
pure virtual
virtual RdvPtr librandom::GenericRandomDevFactory::create ( RngPtr  rng) const
pure virtual

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