svn::Info Class Reference
#include <info.hpp>
Detailed Description
C++ API for Subversion. This class wraps around svn_info_t.
Constructor & Destructor Documentation
svn::Info::Info |
( |
const Path & |
path, |
|
|
const svn_info_t * |
src = 0 | |
|
) |
| | |
default constructor. if src is set, copy its contents.
If src is not set (=0) this will be a non-versioned entry. This can be checked later with isValid ().
- Parameters:
-
| src | another entry to copy from |
svn::Info::Info |
( |
const Info & |
src |
) |
|
virtual svn::Info::~Info |
( |
|
) |
[virtual] |
Member Function Documentation
bool svn::Info::isValid |
( |
|
) |
const |
returns whether this is a valid=versioned entry.
- Returns:
- is entry valid
- Return values:
-
| true | valid entry |
| false | invalid or unversioned entry |
svn_node_kind_t svn::Info::kind |
( |
|
) |
const |
- Returns:
- node kind (file, dir, ...)
const char* svn::Info::lastChangedAuthoer |
( |
|
) |
const |
apr_time_t svn::Info::lastChangedDate |
( |
|
) |
const |
svn_revnum_t svn::Info::lastChangedRev |
( |
|
) |
const |
Info& svn::Info::operator= |
( |
const Info & |
|
) |
|
const Path& svn::Info::path |
( |
|
) |
const |
const char* svn::Info::repos |
( |
|
) |
const |
- Returns:
- canonical repository url
svn_revnum_t svn::Info::revision |
( |
|
) |
const |
const char* svn::Info::url |
( |
|
) |
const |
- Returns:
- url in repository
const char* svn::Info::uuid |
( |
|
) |
const |
The documentation for this class was generated from the following file: