SvnCpp
svn::LogEntry Struct Reference

#include <log_entry.hpp>

Public Member Functions

 LogEntry ()
 
 LogEntry (const svn_revnum_t revision, const char *author, const char *date, const char *message)
 

Data Fields

svn_revnum_t revision
 
std::string author
 
std::string message
 
std::list< LogChangePathEntrychangedPaths
 
apr_time_t date
 

Constructor & Destructor Documentation

◆ LogEntry() [1/2]

svn::LogEntry::LogEntry ( )

◆ LogEntry() [2/2]

svn::LogEntry::LogEntry ( const svn_revnum_t revision,
const char * author,
const char * date,
const char * message )

Field Documentation

◆ author

std::string svn::LogEntry::author

◆ changedPaths

std::list<LogChangePathEntry> svn::LogEntry::changedPaths

◆ date

apr_time_t svn::LogEntry::date

◆ message

std::string svn::LogEntry::message

◆ revision

svn_revnum_t svn::LogEntry::revision

The documentation for this struct was generated from the following file: