MQTTSuite
Loading...
Searching...
No Matches
mqtt::lib::FunctionBase Struct Reference

#include <MqttMapperPlugin.h>

Inheritance diagram for mqtt::lib::FunctionBase:
Collaboration diagram for mqtt::lib::FunctionBase:

Public Member Functions

 FunctionBase (const std::string &name, int numArgs)

Public Attributes

std::string name
int numArgs

Detailed Description

Definition at line 62 of file MqttMapperPlugin.h.

Constructor & Destructor Documentation

◆ FunctionBase()

mqtt::lib::FunctionBase::FunctionBase ( const std::string & name,
int numArgs )
inline

Definition at line 63 of file MqttMapperPlugin.h.

References name, and numArgs.

Referenced by mqtt::lib::Function::Function(), and mqtt::lib::VoidFunction::VoidFunction().

Here is the caller graph for this function:

Member Data Documentation

◆ name

std::string mqtt::lib::FunctionBase::name

Definition at line 68 of file MqttMapperPlugin.h.

Referenced by FunctionBase(), and mqtt::lib::MqttMapper::MqttMapper().

◆ numArgs

int mqtt::lib::FunctionBase::numArgs

Definition at line 69 of file MqttMapperPlugin.h.

Referenced by FunctionBase(), and mqtt::lib::MqttMapper::MqttMapper().


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