SvnCpp
Data Structures | Typedefs | Variables
svn Namespace Reference

Data Structures

class  AnnotateLine
 
class  Apr
 
struct  StatusFilter
 
class  Client
 
class  Context
 
class  ContextListener
 
class  DateTime
 
class  DirEntry
 
class  Entry
 
class  Exception
 
class  ClientException
 
class  Info
 
struct  LogChangePathEntry
 
struct  LogEntry
 
class  Path
 
class  Pool
 
struct  PropertyEntry
 
class  Property
 
class  Revision
 
class  Status
 
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,
PropertiesMap
PathPropertiesMapEntry
 
typedef std::vector
< PathPropertiesMapEntry
PathPropertiesMapList
 
typedef std::vector< PathPathVector
 
typedef std::vector< StatusStatusVector
 

Variables

const PathVector EmptyPathVector
 

Detailed Description

SvnCpp namespace.

Typedef Documentation

typedef std::vector<AnnotateLine> svn::AnnotatedFile
typedef std::vector<DirEntry> svn::DirEntries
typedef std::vector<Info> svn::InfoVector
typedef std::vector<LogEntry> svn::LogEntries
typedef std::pair<std::string, PropertiesMap> svn::PathPropertiesMapEntry
typedef std::vector<Path> svn::PathVector
typedef std::map<std::string,std::string> svn::PropertiesMap
typedef std::vector<Status> svn::StatusEntries
typedef std::vector<Status> svn::StatusVector

Variable Documentation

const PathVector svn::EmptyPathVector