#include "CeylanModule.h"#include "CeylanFileLocator.h"#include <string>

Go to the source code of this file.
Classes | |
| class | Ceylan::PluginException |
| Raised whenever a plugin-related operation failed. More... | |
| class | Ceylan::Plugin |
| Plugin encapsulation for Dynamic Shared Object (DSO) management. More... | |
Namespaces | |
| namespace | Ceylan |
This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
Defines | |
| #define | CEYLAN_SYMBOL_MARKER "_LTX_" |
| The marker used for symbols exported by the plugin. | |
| #define CEYLAN_SYMBOL_MARKER "_LTX_" |
The marker used for symbols exported by the plugin.
Definition at line 38 of file CeylanPlugin.h.
1.6.3