|
Apache Mesos
|
#include <apr_pools.h>#include <stdlib.h>#include <svn_delta.h>#include <svn_error.h>#include <svn_pools.h>#include <svn_version.h>#include <string>#include <stout/try.hpp>Go to the source code of this file.
Classes | |
| struct | svn::Diff |
Namespaces | |
| svn | |
Functions | |
| void | svn::initialize () |
| Try< Diff > | svn::diff (const std::string &from, const std::string &to) |
| Try< std::string > | svn::patch (const std::string &s, const Diff &diff) |
1.8.5