|
Flexiport 2.0.0
|
#include <map>#include <string>
Go to the source code of this file.
Classes | |
| class | flexiport::PortException |
| Exception thrown by the Port class and its derivatives. More... | |
Namespaces | |
| namespace | flexiport |
Defines | |
| #define | FLEXIPORT_EXPORT |
Functions | |
| FLEXIPORT_EXPORT Port * | flexiport::CreatePort (std::map< std::string, std::string > options) |
| Function to create a Port object of the necessary port type. | |
| FLEXIPORT_EXPORT Port * | flexiport::CreatePort (std::string options) |
| Overloaded factory function. | |
| #define FLEXIPORT_EXPORT |
Definition at line 44 of file flexiport.h.
1.7.3