libcommonc++  0.7
Plugin Class Reference

A class representing a dynamically loaded plugin. More...

#include <Plugin.h++>

Public Member Functions

virtual ~Plugin ()
 Destructor. More...
 

Protected Member Functions

 Plugin ()
 Constructor. More...
 

Detailed Description

A class representing a dynamically loaded plugin.

The class provides no behavior of its own; it is simply used as a way to tag classes which represent loadable plugins.

See the CCXX_EXPORT_PLUGIN() macro.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ Plugin()

Plugin ( )
protected

Constructor.

Subclasses must provide a default (no-argument) constructor.

◆ ~Plugin()

~Plugin ( )
virtual

Destructor.


The documentation for this class was generated from the following files: