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


Public Types | |
| typedef std::unique_ptr< T > | ptr_type |
Public Types inherited from OPrototype::IOProtoFactory | |
| typedef std::unique_ptr< IOProtoFactory > | ptr_type |
Public Member Functions | |
| ptr_type | typed_make () |
| virtual std::unique_ptr< OPrototype > | make () |
Template implementation of the IOProtoFactory interface
make method creates a T object and returns a unique pointer to it
CAUTION: T must inherit from OPrototype
Definition at line 296 of file TYElement.h.
| typedef std::unique_ptr<T> OPrototype::Factory< T >::ptr_type |
Definition at line 299 of file TYElement.h.
|
inlinevirtual |
Implements OPrototype::IOProtoFactory.
Definition at line 307 of file TYElement.h.

|
inline |