|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <TYElement.h>

Public Types | |
| typedef std::unique_ptr< IOProtoFactory > | ptr_type |
Public Member Functions | |
| virtual std::unique_ptr< OPrototype > | make ()=0 |
Defines an interface for the Oprototype factory
make method must return a unique pointer to a OPrototype object
Definition at line 281 of file TYElement.h.
| typedef std::unique_ptr<IOProtoFactory> OPrototype::IOProtoFactory::ptr_type |
Definition at line 284 of file TYElement.h.
|
pure virtual |
Implemented in OPrototype::Factory< T >.