#include <entry.hpp>
Public Member Functions | |
Entry (const svn_wc_entry_t *src=0) | |
Entry (const Entry &src) | |
virtual | ~Entry () |
bool | isValid () const |
const char * | name () 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 |
const svn_wc_schedule_t | schedule () const |
const bool | isCopied () const |
const bool | isDeleted () const |
const bool | isAbsent () const |
const char * | copyfromUrl () const |
const svn_revnum_t | copyfromRev () const |
const char * | conflictOld () const |
const char * | conflictNew () const |
const char * | conflictWrk () const |
const char * | prejfile () const |
const apr_time_t | textTime () const |
const apr_time_t | propTime () const |
const char * | checksum () const |
const svn_revnum_t | cmtRev () const |
const apr_time_t | cmtDate () const |
const char * | cmtAuthor () const |
operator svn_wc_entry_t * () const | |
Entry & | operator= (const Entry &) |
svn::Entry::Entry | ( | const svn_wc_entry_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::Entry::Entry | ( | const Entry & | src | ) |
copy constructor
virtual svn::Entry::~Entry | ( | ) | [virtual] |
destructor
const char* svn::Entry::checksum | ( | ) | const [inline] |
NULL | for backwards compatibility |
const char* svn::Entry::cmtAuthor | ( | ) | const [inline] |
const apr_time_t svn::Entry::cmtDate | ( | ) | const [inline] |
const svn_revnum_t svn::Entry::cmtRev | ( | ) | const [inline] |
const char* svn::Entry::conflictNew | ( | ) | const [inline] |
const char* svn::Entry::conflictOld | ( | ) | const [inline] |
const char* svn::Entry::conflictWrk | ( | ) | const [inline] |
const svn_revnum_t svn::Entry::copyfromRev | ( | ) | const [inline] |
const char* svn::Entry::copyfromUrl | ( | ) | const [inline] |
const bool svn::Entry::isAbsent | ( | ) | const [inline] |
const bool svn::Entry::isCopied | ( | ) | const [inline] |
const bool svn::Entry::isDeleted | ( | ) | const [inline] |
bool svn::Entry::isValid | ( | ) | const [inline] |
returns whether this is a valid=versioned entry.
true | valid entry | |
false | invalid or unversioned entry |
const svn_node_kind_t svn::Entry::kind | ( | ) | const [inline] |
const char* svn::Entry::name | ( | ) | const [inline] |
svn::Entry::operator svn_wc_entry_t * | ( | ) | const [inline] |
const char* svn::Entry::prejfile | ( | ) | const [inline] |
const apr_time_t svn::Entry::propTime | ( | ) | const [inline] |
0 | no information available |
const char* svn::Entry::repos | ( | ) | const [inline] |
const svn_revnum_t svn::Entry::revision | ( | ) | const [inline] |
const svn_wc_schedule_t svn::Entry::schedule | ( | ) | const [inline] |
const apr_time_t svn::Entry::textTime | ( | ) | const [inline] |
0 | no information available |
const char* svn::Entry::url | ( | ) | const [inline] |
const char* svn::Entry::uuid | ( | ) | const [inline] |