#include "ExecutableAgent.h"#include "ExportAgent.h"#include "ImportAgent.h"#include "ObjectResource.h"#include "PlugIn.h"#include "PlugInManagerServices.h"#include "Resource.h"#include <algorithm>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | PlugInObject |
| The PlugInObject is a trait object for use with the Resource template. More... | |
| class | PlugInObject::Args |
| class | PlugInResource |
| This is a Resource class that wraps a plug-in. More... | |
| class | ExecutableResource |
| This is a helper class when using the Executable interface. More... | |
| class | ImporterResource |
| This is a helper class when using the Importer interface. More... | |
| class | ExporterResource |
| This is a helper class when using the Exporter interface. More... | |