Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

DistributedValueGeneratorFactory Template Class Reference

Version of ValueGeneratorFactory that is safe for multiprocessor use. More...

#include <worldviews.h>

Inheritance diagram for DistributedValueGeneratorFactory

Inheritance graph

[legend]
Collaboration diagram for DistributedValueGeneratorFactory:

Collaboration graph

[legend]
List of all members.

Public Methods

 DistributedValueGeneratorFactory ()
virtual ~DistributedValueGeneratorFactory ()
virtual void error (const string& s) const
 This implementation ignores errors, but derived classes may redefine this function if they wish, perhaps to write messages to the console. More...

virtual void warning (const string& s) const
 This implementation ignores warnings, but derived classes may redefine this function if they wish, perhaps to write messages to the console. More...


Detailed Description

template<class T, randomgen_fnPtr urf = synchronized_distribution<uniform_distribution>, randomgen_fnPtr nrf = synchronized_distribution<normal_distribution>> template class DistributedValueGeneratorFactory

Version of ValueGeneratorFactory that is safe for multiprocessor use.

Definition at line 48 of file worldviews.h.


Constructor & Destructor Documentation

template<classT, randomgen_fnPtrurf = synchronized_distribution<uniform_distribution>, randomgen_fnPtrnrf = synchronized_distribution<normal_distribution>>
DistributedValueGeneratorFactory<T, urf, nrf>::DistributedValueGeneratorFactory<T, urf, nrf> ( )
 

Definition at line 50 of file worldviews.h.

template<classT, randomgen_fnPtrurf = synchronized_distribution<uniform_distribution>, randomgen_fnPtrnrf = synchronized_distribution<normal_distribution>>
DistributedValueGeneratorFactory<T, urf, nrf>::~DistributedValueGeneratorFactory<T, urf, nrf> ( ) [inline, virtual]
 

Definition at line 51 of file worldviews.h.


Member Function Documentation

template<classT, randomgen_fnPtrurf = synchronized_distribution<uniform_distribution>, randomgen_fnPtrnrf = synchronized_distribution<normal_distribution>>
void DistributedValueGeneratorFactory<T, urf, nrf>::error ( const string & s ) const [inline, virtual]
 

This implementation ignores errors, but derived classes may redefine this function if they wish, perhaps to write messages to the console.

Reimplemented from VGenFactory.

Definition at line 52 of file worldviews.h.

template<classT, randomgen_fnPtrurf = synchronized_distribution<uniform_distribution>, randomgen_fnPtrnrf = synchronized_distribution<normal_distribution>>
void DistributedValueGeneratorFactory<T, urf, nrf>::warning ( const string & s ) const [inline, virtual]
 

This implementation ignores warnings, but derived classes may redefine this function if they wish, perhaps to write messages to the console.

Reimplemented from VGenFactory.

Definition at line 53 of file worldviews.h.


The documentation for this class was generated from the following file:
Generated at Mon Aug 21 00:31:17 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000