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::eventcbclosure Struct Reference
Collaboration diagram for hobbes::eventcbclosure:
Collaboration graph

Public Member Functions

 eventcbclosure (int fd, const std::function< void(int)> &fn)
 

Public Attributes

int fd
 
std::function< void(int)> fn
 

Constructor & Destructor Documentation

◆ eventcbclosure()

hobbes::eventcbclosure::eventcbclosure ( int  fd,
const std::function< void(int)> &  fn 
)
inline

Member Data Documentation

◆ fd

int hobbes::eventcbclosure::fd

◆ fn

std::function<void(int)> hobbes::eventcbclosure::fn

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