HiveMindBridge
Public Member Functions | Private Attributes | List of all members
UserCallbackArgumentDescription Class Reference

#include <UserCallbackArgumentDescription.h>

Collaboration diagram for UserCallbackArgumentDescription:
Collaboration graph

Public Member Functions

 UserCallbackArgumentDescription ()=default
 
 UserCallbackArgumentDescription (std::string name, FunctionDescriptionArgumentTypeDTO type)
 
std::string getName ()
 
FunctionDescriptionArgumentTypeDTO getType ()
 

Private Attributes

std::string m_name
 
FunctionDescriptionArgumentTypeDTO m_type = FunctionDescriptionArgumentTypeDTO::Unknown
 

Constructor & Destructor Documentation

◆ UserCallbackArgumentDescription() [1/2]

UserCallbackArgumentDescription::UserCallbackArgumentDescription ( )
default

◆ UserCallbackArgumentDescription() [2/2]

UserCallbackArgumentDescription::UserCallbackArgumentDescription ( std::string  name,
FunctionDescriptionArgumentTypeDTO  type 
)

Member Function Documentation

◆ getName()

std::string UserCallbackArgumentDescription::getName ( )

◆ getType()

FunctionDescriptionArgumentTypeDTO UserCallbackArgumentDescription::getType ( )

Member Data Documentation

◆ m_name

std::string UserCallbackArgumentDescription::m_name
private

◆ m_type

FunctionDescriptionArgumentTypeDTO UserCallbackArgumentDescription::m_type = FunctionDescriptionArgumentTypeDTO::Unknown
private

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