mastodonpp  0.5.7
C++ wrapper for the Mastodon and Pleroma APIs.
mastodonpp::Instance Member List

This is the complete list of members for mastodonpp::Instance, including all inherited members.

_buffer_mutexmastodonpp::CURLWrapperprotected
cancel_stream()mastodonpp::CURLWrapperinlineprotected
copy_connection_properties(CURLWrapper &curlwrapper) constmastodonpp::Instanceinline
CURLWrapper()mastodonpp::CURLWrapper
CURLWrapper(const CURLWrapper &)mastodonpp::CURLWrapper
CURLWrapper(CURLWrapper &&other) noexcept=deletemastodonpp::CURLWrapper
escape_url(const string_view url) constmastodonpp::CURLWrapperinline
get_access_token() const noexceptmastodonpp::Instanceinline
get_baseuri() const noexceptmastodonpp::Instanceinline
get_buffer()mastodonpp::CURLWrapperinlineprotected
get_curl_easy_handle()mastodonpp::CURLWrapperinline
get_hostname() const noexceptmastodonpp::Instanceinline
get_max_chars() noexceptmastodonpp::Instance
get_nodeinfo()mastodonpp::Instance
get_post_formats() noexceptmastodonpp::Instance
Instance(string_view hostname, string_view access_token)mastodonpp::Instanceexplicit
Instance(const Instance &other)mastodonpp::Instance
Instance(Instance &&other) noexcept=deletemastodonpp::Instance
make_request(const http_method &method, string uri, const parametermap &parameters)mastodonpp::CURLWrapperprotected
operator=(const Instance &other)=deletemastodonpp::Instance
operator=(Instance &&other) noexcept=deletemastodonpp::Instance
mastodonpp::CURLWrapper::operator=(const CURLWrapper &other)=deletemastodonpp::CURLWrapper
mastodonpp::CURLWrapper::operator=(CURLWrapper &&other) noexcept=deletemastodonpp::CURLWrapper
set_access_token(const string_view access_token)mastodonpp::Instanceinline
set_cainfo(string_view path) overridemastodonpp::Instanceinlinevirtual
set_proxy(const string_view proxy) overridemastodonpp::Instanceinlinevirtual
set_useragent(const string_view useragent) overridemastodonpp::Instanceinlinevirtual
setup_connection_properties(string_view proxy, string_view access_token, string_view cainfo, string_view useragent)mastodonpp::CURLWrapper
unescape_url(const string_view url) constmastodonpp::CURLWrapperinline
~CURLWrapper() noexceptmastodonpp::CURLWrappervirtual
~Instance() noexcept override=defaultmastodonpp::Instance