hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::net::RPCDef Struct Reference

#include <net.H>

Collaboration diagram for hobbes::net::RPCDef:
Collaboration graph

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
 

Constructor & Destructor Documentation

◆ RPCDef()

hobbes::net::RPCDef::RPCDef ( uint32_t  id = 0,
const std::string &  expr = "",
const bytes willPut = bytes(),
const bytes willGet = bytes() 
)
inline

Member Data Documentation

◆ expr

std::string hobbes::net::RPCDef::expr

◆ id

uint32_t hobbes::net::RPCDef::id

◆ willGet

bytes hobbes::net::RPCDef::willGet

◆ willPut

bytes hobbes::net::RPCDef::willPut

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