#include <string>

Go to the source code of this file.
Defines | |
| #define | ecl_foo_LOCAL ECL_HELPERS_LOCAL |
| #define | ecl_foo_PUBLIC ECL_HELPER_IMPORT |
| #define | ECL_HELPER_EXPORT __declspec(dllexport) |
| #define | ECL_HELPER_IMPORT __declspec(dllimport) |
| #define | ECL_HELPER_LOCAL |
Functions | |
| const std::string & | fiasco () |
| ecl_foo_PUBLIC void | fooDude () |
| #define ecl_foo_LOCAL ECL_HELPERS_LOCAL |
| #define ecl_foo_PUBLIC ECL_HELPER_IMPORT |
| #define ECL_HELPER_EXPORT __declspec(dllexport) |
| #define ECL_HELPER_IMPORT __declspec(dllimport) |
| #define ECL_HELPER_LOCAL |
| ecl_foo_PUBLIC void fooDude | ( | ) |