SvnCpp
svn::LogChangePathEntry Struct Reference

#include <log_entry.hpp>

Public Member Functions

 LogChangePathEntry (const char *path_, char action_, const char *copyFromPath_, const svn_revnum_t copyFromRevision_)
 

Data Fields

std::string path
 
char action
 
std::string copyFromPath
 
svn_revnum_t copyFromRevision
 

Constructor & Destructor Documentation

◆ LogChangePathEntry()

svn::LogChangePathEntry::LogChangePathEntry ( const char * path_,
char action_,
const char * copyFromPath_,
const svn_revnum_t copyFromRevision_ )

Field Documentation

◆ action

char svn::LogChangePathEntry::action

◆ copyFromPath

std::string svn::LogChangePathEntry::copyFromPath

◆ copyFromRevision

svn_revnum_t svn::LogChangePathEntry::copyFromRevision

◆ path

std::string svn::LogChangePathEntry::path

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