|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <net.H>


Public Member Functions | |
| virtual void | connect (int conn)=0 |
| virtual ExprPtr | readExpr (const std::string &)=0 |
| virtual MonoTypePtr | prepare (int conn, exprid, const ExprPtr &, const MonoTypePtr &)=0 |
| virtual void | evaluate (int conn, exprid)=0 |
| virtual void | disconnect (int conn)=0 |
|
pure virtual |
Implemented in hobbes::CCServer.
|
pure virtual |
Implemented in hobbes::CCServer.
|
pure virtual |
Implemented in hobbes::CCServer.
|
pure virtual |
Implemented in hobbes::CCServer.
|
pure virtual |
Implemented in hobbes::CCServer.
1.8.13