SvnCpp
209  {
210  return m_entry->conflict_wrk;
211  }
212 
216  const char *
217  prejfile() const
218  {
219  return m_entry->prejfile;
220  }
221 
226  apr_time_t
227  textTime() const
228  {
229  return m_entry->text_time;
230  }
231 
236  apr_time_t
237  propTime() const
238  {
239  return m_entry->prop_time;
240  }
241 
246  const char *
247  checksum() const
248  {
249  return m_entry->checksum;
250  }
251 
255  svn_revnum_t
256  cmtRev() const
257  {
258  return m_entry->cmt_rev;
259  }
260 
264  apr_time_t
265  cmtDate() const
266  {
267  return m_entry->cmt_date;
268  }
269 
273  const char *
274  cmtAuthor() const
275  {
276  return m_entry->cmt_author;
277  }
278 
282  operator svn_wc_entry_t * () const
283  {
284  return m_entry;
285  }
286 
290  Entry &
291  operator = (const Entry &);
292 
293  private:
294  svn_wc_entry_t * m_entry;
295  Pool m_pool;
296  bool m_valid;
297 
301  void
302  init(const svn_wc_entry_t * src);
303  };
304 
305 }
306 
307 #endif
308 /* -----------------------------------------------------------------
309  * local variables:
310  * eval: (load-file "../../rapidsvn-dev.el")
311  * end:
312  */
./usr/share/doc/libsvncpp3/html/exception_8hpp_source.html0000644000000000000000000003660511771360055022642 0ustar rootroot SvnCpp: exception.hpp Source File
SvnCpp
209  {
210  return m_entry->conflict_wrk;
211  }
212 
216  const char *
217  prejfile() const
218  {
219  return m_entry->prejfile;
220  }
221 
226  apr_time_t
227  textTime() const
228  {
229  return m_entry->text_time;