![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/flowseparator/CreatorStrategy.hpp>


Public Member Functions | |
| FunctionalUnit * | create () const |
| Return a freshly created FU. | |
| FunctionalUnit * | createPrototype () const |
| Return a prototype FU. | |
| PrototypeCreator (fun::FUN *fuNet, std::string name, FunctionalUnit *prototype) | |
| PrototypeCreator (fun::FUN *fuNet, const pyconfig::View &config) | |
Private Attributes | |
| FunctionalUnit * | prototype |
Definition at line 64 of file CreatorStrategy.hpp.
| PrototypeCreator::PrototypeCreator | ( | fun::FUN * | fuNet, | |
| const pyconfig::View & | config | |||
| ) |
Definition at line 48 of file CreatorStrategy.cpp.
| PrototypeCreator::PrototypeCreator | ( | fun::FUN * | fuNet, | |
| std::string | name, | |||
| FunctionalUnit * | prototype | |||
| ) |
Definition at line 60 of file CreatorStrategy.cpp.
| FunctionalUnit * PrototypeCreator::create | ( | ) | const [virtual] |
Implements wns::ldk::flowseparator::CreatorStrategy.
Definition at line 68 of file CreatorStrategy.cpp.
| FunctionalUnit * PrototypeCreator::createPrototype | ( | ) | const [virtual] |
Implements wns::ldk::flowseparator::CreatorStrategy.
Definition at line 75 of file CreatorStrategy.cpp.
Definition at line 79 of file CreatorStrategy.hpp.
1.5.5