hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <net.H>
Public Member Functions | |
RPCDef (uint32_t id=0, const std::string &expr="", const bytes &willPut=bytes(), const bytes &willGet=bytes()) | |
Public Attributes | |
uint32_t | id |
std::string | expr |
bytes | willPut |
bytes | willGet |
|
inline |
std::string hobbes::net::RPCDef::expr |
uint32_t hobbes::net::RPCDef::id |
bytes hobbes::net::RPCDef::willGet |
bytes hobbes::net::RPCDef::willPut |