#include "helloWorldPlugin.h"#include <string>#include <iostream>

Go to the source code of this file.
Namespaces | |
| namespace | helloworld |
Functions | |
| PLUGIN_API Plugin * | createPlugin () |
| PLUGIN_API std::string | getType () |
| PLUGIN_API Plugin* createPlugin | ( | ) |
Definition at line 59 of file helloWorldPlugin.cpp.
| PLUGIN_API std::string getType | ( | ) |
Definition at line 64 of file helloWorldPlugin.cpp.