Subversion
|
#include <future>
#include <memory>
Go to the source code of this file.
Data Structures | |
class | apache::subversion::svnxx::detail::future_::shared_future_base |
class | apache::subversion::svnxx::detail::future_::future< T > |
like std::future , but also maintains internal state relevant to the asynchronous SVN++ operation. More... | |
class | apache::subversion::svnxx::detail::future_::shared_future< T > |
like std::shared_future , but also maintains internal state relevant to the asynchronous SVN++ operation. More... | |
class | apache::subversion::svnxx::detail::future_::future_base |
class | apache::subversion::svnxx::detail::future_::future< T > |
like std::future , but also maintains internal state relevant to the asynchronous SVN++ operation. More... | |