System documentation of the GNU Image-Finding Tool

Public Member Functions | Protected Attributes
CQueryPlugin Class Reference

List of all members.

Public Member Functions

CQuerymakeQuery (CAccessorAdminCollection &inAccessorAdminCollection, CAlgorithm &inAlgorithm)
 makes a CQuery object
char * getName ()
 gets the name of the plugin
 CQueryPlugin (string, string, string)
 opens the library and sets the make query etc.
 CQueryPlugin (CQueryPlugin &)
 copy all the content
 ~CQueryPlugin ()
 close the DlOpenHandle of the library
bool isSane () const
 is this well constructed

Protected Attributes

void * mDlOpenHandle
 the handle which enables us to open
string mName
 the name of the plugin
CQuery *(* mMakeQuery )(CAccessorAdminCollection &inAccessorAdminCollection, CAlgorithm &inAlgorithm)
 the function for making a query object
char *(* mGetName )(void)
 this function gives us the name of the plugin
bool mIsSane
 is this well constructed?

Constructor & Destructor Documentation

CQueryPlugin::CQueryPlugin ( string  ,
string  ,
string   
)

opens the library and sets the make query etc.

functions


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

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen