DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Member Functions | List of all members
Diades::Utils::IdGenerator< GeneratedType > Class Template Referenceabstract

#include <IdGenerators.hh>

Public Member Functions

virtual void init ()=0
 
virtual GeneratedType another ()=0
 

Detailed Description

template<typename GeneratedType>
class Diades::Utils::IdGenerator< GeneratedType >

Abstract class that designs what is any IdGenerator The purpose of an IdGenerator is to generate on demand some Identifiers of a given type with a given policy. It is usually not a random generator

Definition at line 27 of file IdGenerators.hh.

Member Function Documentation

◆ another()

template<typename GeneratedType>
virtual GeneratedType Diades::Utils::IdGenerator< GeneratedType >::another ( )
pure virtual

◆ init()

template<typename GeneratedType>
virtual void Diades::Utils::IdGenerator< GeneratedType >::init ( )
pure virtual

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