WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/func.h>
Public Member Functions | |
FuncInfo ()=default | |
FuncInfo (unsigned int member_id, const SharedString &field, ValType return_type, const std::vector< std::shared_ptr< Arg > > &args) | |
Public Attributes | |
unsigned int | member_id = 0 |
SharedString | field |
ValType | return_type |
std::vector< std::shared_ptr< Arg > > | args |
Static Public Attributes | |
static constexpr int | kind |
|
default |
|
inline |
std::vector<std::shared_ptr<Arg> > args |
SharedString field |
|
staticconstexprinherited |
unsigned int member_id = 0 |
ValType return_type |