|
| template<typename SizeFrame , typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_string (Input &&in, Output &&out) |
| | Write to string. More...
|
| |
| template<typename SizeFrame , typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_frame (Input &&in, Output &&out) |
| | Write to frame. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_string_fast (Input &&in, Output &&out) |
| | Fast write to string. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_string_tight (Input &&in, Output &&out) |
| | Tight write to string. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_frame_fast (Input &&in, Output &&out) |
| | Fast write to frame. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::write_to_frame_tight (Input &&in, Output &&out) |
| | Fast write to tight. More...
|
| |
| template<typename Input > |
| bool | framework::protocol_buffers::write_to_array (Input &&in, char *s, std::size_t &n) |
| | Write to array. More...
|
| |
| template<typename Input > |
| bool | framework::protocol_buffers::write_to_ostream (Input &&in, std::ostream &out) |
| | Write to ostream. More...
|
| |
| template<typename Output > |
| bool | framework::protocol_buffers::read_from_array (char const *s, std::size_t n, Output &&out) |
| | Read from array. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::read_from_string (Input &&in, Output &&out) |
| | Read from string. More...
|
| |
| template<typename Input , typename Output > |
| bool | framework::protocol_buffers::read_from_frame (Input &&in, Output &&out) |
| | Read from frame. More...
|
| |
| template<typename Output > |
| bool | framework::protocol_buffers::read_from_istream (std::istream &in, Output &&out) |
| | Read from istream. More...
|
| |