Tkrzw-RPC
|
This is the complete list of members for tkrzw::RemoteDBM::Stream, including all inherited members.
Append(std::string_view key, std::string_view value, std::string_view delim="", bool ignore_result=false) | tkrzw::RemoteDBM::Stream | |
Cancel() | tkrzw::RemoteDBM::Stream | |
CompareExchange(std::string_view key, std::string_view expected, std::string_view desired, std::string *actual=nullptr, bool *found=nullptr, double retry_wait=0, bool notify=false) | tkrzw::RemoteDBM::Stream | |
Echo(std::string_view message, std::string *echo) | tkrzw::RemoteDBM::Stream | |
Get(std::string_view key, std::string *value=nullptr) | tkrzw::RemoteDBM::Stream | |
GetSimple(std::string_view key, std::string_view default_value="") | tkrzw::RemoteDBM::Stream | |
Increment(std::string_view key, int64_t increment=1, int64_t *current=nullptr, int64_t initial=0, bool ignore_result=false) | tkrzw::RemoteDBM::Stream | |
IncrementSimple(std::string_view key, int64_t increment=1, int64_t initial=0) | tkrzw::RemoteDBM::Stream | |
operator=(const Stream &rhs)=delete (defined in tkrzw::RemoteDBM::Stream) | tkrzw::RemoteDBM::Stream | |
Remove(std::string_view key, bool ignore_result=false) | tkrzw::RemoteDBM::Stream | |
Set(std::string_view key, std::string_view value, bool overwrite=true, bool ignore_result=false) | tkrzw::RemoteDBM::Stream | |
Stream(const Stream &rhs)=delete | tkrzw::RemoteDBM::Stream | explicit |
tkrzw::RemoteDBM (defined in tkrzw::RemoteDBM::Stream) | tkrzw::RemoteDBM::Stream | friend |
~Stream() | tkrzw::RemoteDBM::Stream |