#include <vector>#include <utility>#include <map>#include "svncpp/context.hpp"#include "svncpp/exception.hpp"#include "svncpp/path.hpp"#include "svncpp/entry.hpp"#include "svncpp/revision.hpp"#include "svncpp/log_entry.hpp"#include "svncpp/annotate_line.hpp"Go to the source code of this file.
Namespaces | |
| namespace | svn |
Data Structures | |
| class | svn::Client |
Typedefs | |
| typedef std::vector< LogEntry > | LogEntries |
| typedef std::vector< Status > | StatusEntries |
| typedef std::vector< DirEntry > | DirEntries |
| typedef std::vector< AnnotateLine > | AnnotatedFile |
| typedef std::map< std::string, std::string > | PropertiesMap |
| typedef std::pair< std::string, PropertiesMap > | PathPropertiesMapEntry |
| typedef std::vector< PathPropertiesMapEntry > | PathPropertiesMapList |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8