|
Try< Nothing > | write (int_fd fd, const google::protobuf::Message &message) |
|
template<typename T > |
Try< Nothing > | write (int_fd fd, const google::protobuf::RepeatedPtrField< T > &messages) |
|
template<typename T > |
Try< Nothing > | write (const std::string &path, const T &t, bool sync=false) |
|
Try< Nothing > | append (const std::string &path, const google::protobuf::Message &message, bool sync=false) |
|
template<typename T > |
Try< T > | deserialize (const std::string &value) |
|
template<typename T > |
Try< std::string > | serialize (const T &t) |
|
template<typename T > |
Result< T > | read (int_fd fd, bool ignorePartial=false, bool undoFailed=false) |
|
template<typename T > |
Result< T > | read (const std::string &path) |
|
template<typename T > |
Try< T > | parse (const JSON::Value &value) |
|