#include <info-.hpp>
Public Member Functions | |
Info (const Path &path, const svn_info_t *src=0) | |
Info (const Info &src) | |
virtual | ~Info () |
Info & | operator= (const Info &) |
bool | isValid () const |
const Path & | path () const |
const char * | url () const |
const svn_revnum_t | revision () const |
const svn_node_kind_t | kind () const |
const char * | reposRootUrl () const |
const char * | reposUuid () const |
svn_revnum_t | lastChangedRev () const |
apr_time_t | lastChangedDate () const |
const char * | lastChangedAuthor () const |
const char * | repos () const |
const char * | uuid () const |
svn_lock_t * | lock () const |
Info (const Path &path, const svn_info_t *src=0) | |
Info (const Info &src) | |
virtual | ~Info () |
Info & | operator= (const Info &) |
bool | isValid () const |
const Path & | path () const |
const svn_revnum_t | revision () const |
const char * | url () const |
const char * | repos () const |
const char * | uuid () const |
const svn_node_kind_t | kind () const |
svn_revnum_t | lastChangedRev () const |
apr_time_t | lastChangedDate () const |
const char * | lastChangedAuthoer () const |
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 ().
src | another entry to copy from |
svn::Info::Info | ( | const Info & | src | ) |
copy constructor
virtual svn::Info::~Info | ( | ) | [virtual] |
destructor
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 ().
src | another entry to copy from |
svn::Info::Info | ( | const Info & | src | ) |
copy constructor
virtual svn::Info::~Info | ( | ) | [virtual] |
destructor
bool svn::Info::isValid | ( | ) | const |
returns whether this is a valid=versioned entry.
true | valid entry | |
false | invalid or unversioned entry |
const Path& svn::Info::path | ( | ) | const |
const char* svn::Info::url | ( | ) | const |
const svn_revnum_t svn::Info::revision | ( | ) | const |
const svn_node_kind_t svn::Info::kind | ( | ) | const |
const char* svn::Info::reposRootUrl | ( | ) | const |
const char* svn::Info::reposUuid | ( | ) | const |
svn_revnum_t svn::Info::lastChangedRev | ( | ) | const |
apr_time_t svn::Info::lastChangedDate | ( | ) | const |
const char* svn::Info::lastChangedAuthor | ( | ) | const |
const char* svn::Info::repos | ( | ) | const |
const char* svn::Info::uuid | ( | ) | const |
will be replaced by reposUuid
svn_lock_t* svn::Info::lock | ( | ) | const |
bool svn::Info::isValid | ( | ) | const |
returns whether this is a valid=versioned entry.
true | valid entry | |
false | invalid or unversioned entry |
const Path& svn::Info::path | ( | ) | const |
const svn_revnum_t svn::Info::revision | ( | ) | const |
const char* svn::Info::url | ( | ) | const |
const char* svn::Info::repos | ( | ) | const |
const char* svn::Info::uuid | ( | ) | const |
const svn_node_kind_t svn::Info::kind | ( | ) | const |
svn_revnum_t svn::Info::lastChangedRev | ( | ) | const |
apr_time_t svn::Info::lastChangedDate | ( | ) | const |
const char* svn::Info::lastChangedAuthoer | ( | ) | const |