Kanzi Connect  3.9.8
Kanzi Connect C++ API
kanzi::connect::RuntimeExternalizerContextBase Class Reference

Basic context type used to carry along with the API calls. More...

#include <runtimedatatypes.hpp>

Public Member Functions

int getListIndex () const
 Retrieve list index. More...
 
 RuntimeExternalizerContextBase ()
 c++ constructor. initialize. More...
 
void setListIndex (int index)
 Store list index. More...
 
 ~RuntimeExternalizerContextBase ()
 c++ destructor - cleanup More...
 

Detailed Description

Basic context type used to carry along with the API calls.

Constructor & Destructor Documentation

◆ RuntimeExternalizerContextBase()

kanzi::connect::RuntimeExternalizerContextBase::RuntimeExternalizerContextBase ( )
inline

c++ constructor. initialize.

◆ ~RuntimeExternalizerContextBase()

kanzi::connect::RuntimeExternalizerContextBase::~RuntimeExternalizerContextBase ( )
inline

c++ destructor - cleanup

Member Function Documentation

◆ getListIndex()

int kanzi::connect::RuntimeExternalizerContextBase::getListIndex ( ) const

Retrieve list index.

Returns
the list index.

◆ setListIndex()

void kanzi::connect::RuntimeExternalizerContextBase::setListIndex ( int  index)

Store list index.

Parameters
indexthe list index

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