SvnCpp
|
#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 |
These flags can be passed to the status function to filter the files
|
inline |
References showConflicted, showExternals, showModified, showUnmodified, and showUnversioned.
bool svn::StatusFilter::showConflicted |
Referenced by StatusFilter().
bool svn::StatusFilter::showExternals |
Referenced by StatusFilter().
bool svn::StatusFilter::showIgnored |
bool svn::StatusFilter::showModified |
this includes showConflicted as well
Referenced by StatusFilter().
bool svn::StatusFilter::showUnmodified |
Referenced by StatusFilter().
bool svn::StatusFilter::showUnversioned |
Referenced by StatusFilter().