Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AP_PluginTypeList_Functions Struct Reference

AP_TypeList function API. More...

#include <correlator_plugin.h>

Public Member Functions

 AP_uint32 (AP_PLUGIN_CALL *getSize)(const AP_PluginTypeList *list)
 Return the number of objects in the list. More...
 
 AP_bool (AP_PLUGIN_CALL *isEmpty)(const AP_PluginTypeList *list)
 Return true iff size() == 0. More...
 
const AP_PluginType
*AP_PLUGIN_CALL * 
getElement (const AP_PluginTypeList *list, AP_uint32 index)
 Return a pointer to an element of the list. More...
 

Detailed Description

AP_TypeList function API.

Member Function Documentation

AP_PluginTypeList_Functions::AP_bool ( AP_PLUGIN_CALL *  isEmpty) const

Return true iff size() == 0.

AP_PluginTypeList_Functions::AP_uint32 ( AP_PLUGIN_CALL *  getSize) const

Return the number of objects in the list.

const AP_PluginType* AP_PLUGIN_CALL* AP_PluginTypeList_Functions::getElement ( const AP_PluginTypeList list,
AP_uint32  index 
)

Return a pointer to an element of the list.


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