SvnCpp
svn::CommitInfo Struct Reference

#include <client.hpp>

Public Member Functions

 CommitInfo ()
 
 CommitInfo (const svn_commit_info_t *info)
 

Data Fields

svn_revnum_t revision
 
std::string date
 
std::string author
 
std::string postCommitErr
 

Constructor & Destructor Documentation

◆ CommitInfo() [1/2]

svn::CommitInfo::CommitInfo ( )
inline

◆ CommitInfo() [2/2]

svn::CommitInfo::CommitInfo ( const svn_commit_info_t * info)
inline

References author, date, postCommitErr, and revision.

Field Documentation

◆ author

std::string svn::CommitInfo::author

author of the commit.

Referenced by CommitInfo().

◆ date

std::string svn::CommitInfo::date

server-side date of the commit.

Referenced by CommitInfo().

◆ postCommitErr

std::string svn::CommitInfo::postCommitErr

error message from post-commit hook

Referenced by CommitInfo().

◆ revision

svn_revnum_t svn::CommitInfo::revision

Referenced by CommitInfo().


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