SvnCpp
svn Namespace Reference

Data Structures

class  AnnotateLine
class  Apr
class  Client
class  ClientException
struct  CommitInfo
class  Context
class  ContextListener
class  DateTime
class  DirEntry
class  Entry
class  Exception
class  Info
struct  LogChangePathEntry
struct  LogEntry
class  Path
class  Pool
class  Property
struct  PropertyEntry
class  RepositoryPath
class  Revision
class  Status
struct  StatusFilter
class  StatusSel
class  Targets
class  Url
class  Wc

Typedefs

typedef std::vector< AnnotateLineAnnotatedFile
typedef std::vector< DirEntryDirEntries
typedef std::vector< InfoInfoVector
typedef std::vector< LogEntryLogEntries
typedef std::vector< StatusStatusEntries
typedef std::map< std::string, std::string > PropertiesMap
typedef std::pair< std::string, PropertiesMapPathPropertiesMapEntry
typedef std::vector< PathPropertiesMapEntryPathPropertiesMapList
typedef std::vector< PathPathVector
typedef std::vector< StatusStatusVector

Variables

const PathVector EmptyPathVector

Detailed Description

SvnCpp namespace.

Typedef Documentation

◆ AnnotatedFile

typedef std::vector<AnnotateLine> svn::AnnotatedFile

◆ DirEntries

typedef std::vector<DirEntry> svn::DirEntries

◆ InfoVector

typedef std::vector<Info> svn::InfoVector

◆ LogEntries

typedef std::vector<LogEntry> svn::LogEntries

◆ PathPropertiesMapEntry

typedef std::pair<std::string, PropertiesMap> svn::PathPropertiesMapEntry

◆ PathPropertiesMapList

◆ PathVector

typedef std::vector<Path> svn::PathVector

◆ PropertiesMap

typedef std::map<std::string,std::string> svn::PropertiesMap

◆ StatusEntries

typedef std::vector<Status> svn::StatusEntries

◆ StatusVector

typedef std::vector<Status> svn::StatusVector

Variable Documentation

◆ EmptyPathVector

const PathVector svn::EmptyPathVector
extern