#include <status_selection.hpp>
Container for a vector full of Status
◆ StatusSel() [1/2]
svn::StatusSel::StatusSel |
( |
| ) |
|
◆ ~StatusSel()
virtual svn::StatusSel::~StatusSel |
( |
| ) |
|
|
virtual |
◆ StatusSel() [2/2]
svn::StatusSel::StatusSel |
( |
const StatusSel & | src | ) |
|
Copy Constructor
- Parameters
-
◆ array()
const apr_array_header_t * svn::StatusSel::array |
( |
const Pool & | pool | ) |
const |
Returns an apr array containing char *.
- Parameters
-
pool | Pool used for conversion |
◆ clear()
void svn::StatusSel::clear |
( |
| ) |
|
◆ hasDirs()
bool svn::StatusSel::hasDirs |
( |
| ) |
const |
at least one target is a directory
◆ hasFiles()
bool svn::StatusSel::hasFiles |
( |
| ) |
const |
at least one target is a file
◆ hasLocal()
bool svn::StatusSel::hasLocal |
( |
| ) |
const |
at least one target is a local file or dir
◆ hasUnversioned()
bool svn::StatusSel::hasUnversioned |
( |
| ) |
const |
at least one target is unversioned
◆ hasUrl()
bool svn::StatusSel::hasUrl |
( |
| ) |
const |
at least one target is a repository URL
◆ hasVersioned()
bool svn::StatusSel::hasVersioned |
( |
| ) |
const |
at least one target is versioned
◆ operator const PathVector &()
svn::StatusSel::operator const PathVector & |
( |
| ) |
const |
operator to return the vector
- Returns
- vector with targets
◆ operator=()
◆ push_back()
void svn::StatusSel::push_back |
( |
const Status & | status | ) |
|
add and check the next entry
- Parameters
-
◆ reserve()
void svn::StatusSel::reserve |
( |
size_t | size | ) |
|
◆ size()
size_t svn::StatusSel::size |
( |
| ) |
const |
- Returns
- the number of targets
◆ statusVector()
Returns a vector of statuses
- Returns
- vector of statuses
◆ target()
const Path & svn::StatusSel::target |
( |
| ) |
const |
returns the first target in the list or an empty Path if no entries are present
- Returns
- the first Path in the list
◆ targets()
const Targets & svn::StatusSel::targets |
( |
| ) |
const |
Returns a vector of paths
- Returns
- vector of paths
The documentation for this class was generated from the following file: