#include <gup.h>
Class Description
- See also:
- Class GUPList,
Class GUPInterface.
- Description:
- The GUP library
exports a pointer variable which is used to access the GUP Manager object (a global
instance of this class):
GUPManager* gupManager;
The only methods of this class of interest are the instance of
GUPList and
the Interface()
method. All other methods are for internal use only.
- Data Members:
- All data members are public.
GUPList
gupList
The list of available GUP
plug-ins.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation