Subversion
Data Structures
SVN++ Implementation Details

The C++ API's Private Parts. More...

Data Structures

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< T >
 like std::future, but also maintains internal state relevant to the asynchronous SVN++ operation. More...
 
class  apache::subversion::svnxx::detail::noncopyable_::noncopyable
 Base class for non-copyable objects. More...
 

Detailed Description

The C++ API's Private Parts.

The C++ API's Private Parts

Anything declared or defined in the namespace apache::subversion::svnxx::detail is an implementation detail of the SVN++ public API. User code should not use anything from this namespace, except as far as it's referenced from the public parts of the API.