Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Types | Public Member Functions | List of all members
OPrototype::IOProtoFactory Class Referenceabstract

#include <TYElement.h>

Inheritance diagram for OPrototype::IOProtoFactory:
Inheritance graph
[legend]

Public Types

typedef std::unique_ptr< IOProtoFactoryptr_type
 

Public Member Functions

virtual std::unique_ptr< OPrototypemake ()=0
 

Detailed Description

Defines an interface for the Oprototype factory

make method must return a unique pointer to a OPrototype object

Definition at line 277 of file TYElement.h.

Member Typedef Documentation

◆ ptr_type

Definition at line 280 of file TYElement.h.

Member Function Documentation

◆ make()

virtual std::unique_ptr<OPrototype> OPrototype::IOProtoFactory::make ( )
pure virtual

Implemented in OPrototype::Factory< T >.


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