#include <status_selection.hpp>
Public Member Functions | |
StatusSel () | |
virtual | ~StatusSel () |
StatusSel (const StatusSel &src) | |
StatusSel & | operator= (const StatusSel &src) |
const apr_array_header_t * | array (const Pool &pool) const |
const Targets & | targets () const |
const Path & | target () const |
size_t | size () const |
void | reserve (size_t size) |
void | push_back (const Status &status) |
void | clear () |
operator const std::vector< Path > & () const | |
bool | hasFiles () const |
bool | hasDirs () const |
bool | hasVersioned () const |
bool | hasUnversioned () const |
bool | hasUrl () const |
bool | hasLocal () const |
svn::StatusSel::StatusSel | ( | ) |
default constructor
virtual svn::StatusSel::~StatusSel | ( | ) | [virtual] |
Destructor
svn::StatusSel::StatusSel | ( | const StatusSel & | src | ) |
Copy Constructor
src | Source |
const apr_array_header_t* svn::StatusSel::array | ( | const Pool & | pool | ) | const |
void svn::StatusSel::clear | ( | ) |
cleans out all entries
bool svn::StatusSel::hasDirs | ( | ) | const |
at least one target is a directory
bool svn::StatusSel::hasFiles | ( | ) | const |
at least one target is a file
bool svn::StatusSel::hasLocal | ( | ) | const |
at least one target is a local file or dir
bool svn::StatusSel::hasUnversioned | ( | ) | const |
at least one target is unversioned
bool svn::StatusSel::hasUrl | ( | ) | const |
at least one target is a repository URL
bool svn::StatusSel::hasVersioned | ( | ) | const |
at least one target is versioned
svn::StatusSel::operator const std::vector< Path > & | ( | ) | const |
operator to return the vector
void svn::StatusSel::push_back | ( | const Status & | status | ) |
void svn::StatusSel::reserve | ( | size_t | size | ) |
reserves size
size_t svn::StatusSel::size | ( | ) | const |
const Path& svn::StatusSel::target | ( | ) | const |
const Targets& svn::StatusSel::targets | ( | ) | const |
Returns a vector of paths