+ do files
This commit is contained in:
parent
d55182a8b0
commit
a038586edb
27 changed files with 1439 additions and 0 deletions
14
src/doDistrib.h
Normal file
14
src/doDistrib.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef _doDistrib_h
|
||||
#define _doDistrib_h
|
||||
|
||||
template < typename EOT >
|
||||
class doDistrib
|
||||
{
|
||||
public:
|
||||
//! Alias for the type
|
||||
typedef EOT EOType;
|
||||
|
||||
virtual ~doDistrib(){}
|
||||
};
|
||||
|
||||
#endif // !_doDistrib_h
|
||||
Reference in a new issue