24 #ifndef _SVNCPP_ENTRY_HPP_
25 #define _SVNCPP_ENTRY_HPP_
53 Entry(
const svn_wc_entry_t * src = 0);
93 return m_entry->revision;
111 return m_entry->repos;
120 return m_entry->uuid;
129 return m_entry->kind;
138 return m_entry->schedule;
147 return m_entry->copied != 0;
156 return m_entry->deleted != 0;
165 return m_entry->absent != 0;
174 return m_entry->copyfrom_url;
183 return m_entry->copyfrom_rev;
192 return m_entry->conflict_old;
201 return m_entry->conflict_new;
210 return m_entry->conflict_wrk;
219 return m_entry->prejfile;
229 return m_entry->text_time;
239 return m_entry->prop_time;
249 return m_entry->checksum;
258 return m_entry->cmt_rev;
267 return m_entry->cmt_date;
276 return m_entry->cmt_author;
282 operator svn_wc_entry_t * ()
const
294 svn_wc_entry_t * m_entry;
302 init(
const svn_wc_entry_t * src);
svn_revnum_t cmtRev() const
Definition: entry.hpp:256
const char * conflictWrk() const
Definition: entry.hpp:208
const char * cmtAuthor() const
Definition: entry.hpp:274
Entry & operator=(const Entry &)
bool isValid() const
Definition: entry.hpp:73
svn_wc_schedule_t schedule() const
Definition: entry.hpp:136
apr_time_t cmtDate() const
Definition: entry.hpp:265
bool isDeleted() const
Definition: entry.hpp:154
bool isAbsent() const
Definition: entry.hpp:163
const char * checksum() const
Definition: entry.hpp:247
const char * uuid() const
Definition: entry.hpp:118
Definition: annotate_line.hpp:31
svn_revnum_t copyfromRev() const
Definition: entry.hpp:181
const char * prejfile() const
Definition: entry.hpp:217
const char * repos() const
Definition: entry.hpp:109
apr_time_t propTime() const
Definition: entry.hpp:237
apr_time_t textTime() const
Definition: entry.hpp:227
svn_revnum_t revision() const
Definition: entry.hpp:91
const char * conflictNew() const
Definition: entry.hpp:199
const char * copyfromUrl() const
Definition: entry.hpp:172
const char * url() const
Definition: entry.hpp:100
Entry(const svn_wc_entry_t *src=0)
const char * name() const
Definition: entry.hpp:82
bool isCopied() const
Definition: entry.hpp:145
const char * conflictOld() const
Definition: entry.hpp:190
svn_node_kind_t kind() const
Definition: entry.hpp:127