Apama  10.7.2.2
AP_TypeList Class Reference

[DEPRECATED]
Container class for an ordered list of AP_Type objects, typically used to hold the argument list for a plugin function call. More...

#include <correlator_plugin.hpp>

Public Member Functions

template<typename T >
 AP_TypeList (const T *array, size_t n)
 
size_t size () const
 
bool empty () const
 
const AP_Typeoperator[] (size_t i) const
 

Detailed Description

[DEPRECATED]
Container class for an ordered list of AP_Type objects, typically used to hold the argument list for a plugin function call.

Deprecated:
This class has been deprecated.

Constructor & Destructor Documentation

◆ AP_TypeList()

template<typename T >
AP_TypeList::AP_TypeList ( const T *  array,
size_t  n 
)
inline
Deprecated:
Construct a list from an array of classes derived from AP_Type

Member Function Documentation

◆ empty()

bool AP_TypeList::empty ( ) const
inline
Deprecated:
Return true iff size() == 0

◆ operator[]()

const AP_Type& AP_TypeList::operator[] ( size_t  i) const
inline
Deprecated:
Return a reference to an element of the list

◆ size()

size_t AP_TypeList::size ( ) const
inline
Deprecated:
Return the number of objects in the list

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