SvnCpp
svn::StatusFilter Struct Reference

#include <client.hpp>

Public Member Functions

 StatusFilter ()
 

Data Fields

bool showUnversioned
 
bool showUnmodified
 
bool showModified
 this includes showConflicted as well
 
bool showConflicted
 
bool showIgnored
 
bool showExternals
 

Detailed Description

These flags can be passed to the status function to filter the files

See also
status

Constructor & Destructor Documentation

◆ StatusFilter()

svn::StatusFilter::StatusFilter ( )
inline

Field Documentation

◆ showConflicted

bool svn::StatusFilter::showConflicted

Referenced by StatusFilter().

◆ showExternals

bool svn::StatusFilter::showExternals

Referenced by StatusFilter().

◆ showIgnored

bool svn::StatusFilter::showIgnored

◆ showModified

bool svn::StatusFilter::showModified

this includes showConflicted as well

Referenced by StatusFilter().

◆ showUnmodified

bool svn::StatusFilter::showUnmodified

Referenced by StatusFilter().

◆ showUnversioned

bool svn::StatusFilter::showUnversioned

Referenced by StatusFilter().


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