|
WebCFace 3.2.0
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, int index) | |
Public Attributes | |
| unsigned int | member_id = 0 |
| SharedString | field |
| ValType | return_type |
| std::vector< std::shared_ptr< Arg > > | args |
| int | index = 0 |
Static Public Attributes | |
| static constexpr int | kind |
|
default |
|
inline |
| std::vector<std::shared_ptr<Arg> > args |
| SharedString field |
| int index = 0 |
|
staticconstexprinherited |
| unsigned int member_id = 0 |
| ValType return_type |