|
Wire Sysio Wire Sysion 1.0.0
|
Namespaces | |
| namespace | detail |
Classes | |
| class | cli |
| class | http_api_connection |
| class | variant_connection |
| Implements JSON-RPC 2.0 over a set of io streams. More... | |
| class | websocket_api_connection |
Typedefs | |
| typedef std::shared_ptr< variant_connection > | variant_connection_ptr |
Functions | |
| char * | dupstr (const char *s) |
| char * | my_generator (const char *text, int state) |
| catch (const std::bad_alloc &) | |
| catch (const boost::interprocess::bad_alloc &) | |
| catch (const fc::exception &e) | |
| catch (const std::exception &e) | |
| resp | set_length (resp_body.length()) |
| resp | write (resp_body.c_str(), resp_body.length()) |
Variables | |
| try | |
| return | |
| typedef std::shared_ptr<variant_connection> fc::rpc::variant_connection_ptr |
Definition at line 135 of file variant_connection.hpp.
| fc::rpc::catch | ( | const boost::interprocess::bad_alloc & | ) |
Definition at line 145 of file http_api.cpp.
| fc::rpc::catch | ( | const fc::exception & | e | ) |
Definition at line 149 of file http_api.cpp.
| fc::rpc::catch | ( | const std::bad_alloc & | ) |
Definition at line 141 of file http_api.cpp.
| fc::rpc::catch | ( | const std::exception & | e | ) |
Definition at line 153 of file http_api.cpp.

| char * fc::rpc::dupstr | ( | const char * | s | ) |
| char * fc::rpc::my_generator | ( | const char * | text, |
| int | state ) |
Definition at line 149 of file cli.cpp.

| resp fc::rpc::set_length | ( | resp_body. | length() | ) |
| resp fc::rpc::write | ( | resp_body. | c_str(), |
| resp_body. | length() ) |
| fc::rpc::return |
Definition at line 180 of file http_api.cpp.
| fc::rpc::try |
Definition at line 158 of file http_api.cpp.