GenericInvoker::CacheItem

class kanzi::connect::GenericInvoker::CacheItem

Cached method item for more convenient calling of methods.

Public Functions

inline CacheItem(const string &name, const string &messagename, const MetaMethod *method)

Constructor.

Initialize the cache object

Parameters
  • name: the name of the cached method call as specified into metadata

  • name: the name of the cached method call on wire.

  • method: pointer to meta method.

Public Members

string m_messageName

Name of the method like it transfers “on wire” - basically the message name.

const MetaMethod *m_method

The method instance within the metaclass.

string m_name

Name of the method like it is stored into the metadata.