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

◆ showExternals

bool svn::StatusFilter::showExternals

◆ showIgnored

bool svn::StatusFilter::showIgnored

◆ showModified

bool svn::StatusFilter::showModified

this includes showConflicted as well

◆ showUnmodified

bool svn::StatusFilter::showUnmodified

◆ showUnversioned

bool svn::StatusFilter::showUnversioned

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