Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Plugin.h File Reference

#include <stlib/Object.h>
#include <stlib/String.h>

Include dependency graph for Plugin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  External

Functions

External::PluginnewPluginInstance (void)
 This function is used for registering library actions into Plugin structure.
StringpluginName (void)
 Answers plugin name.


Function Documentation

External::Plugin* newPluginInstance void   ) 
 

This function is used for registering library actions into Plugin structure.

This function is called on library loading. This function must be defined in every plugin library 'cause this is the only way to access the object inside the library.

String* pluginName void   ) 
 

Answers plugin name.

Every plugin is identified by its name and can be searched by the name. This function should be defined in every plugin library.


Generated on Mon Nov 27 09:50:00 2006 for Smalltalk like C++ Class Library by  doxygen 1.4.2