svn::StatusSel Class Reference
#include <status_selection.hpp>
Detailed Description
Container for a vector full of Status
Constructor & Destructor Documentation
| svn::StatusSel::StatusSel |
( |
|
) |
|
| virtual svn::StatusSel::~StatusSel |
( |
|
) |
[virtual] |
| svn::StatusSel::StatusSel |
( |
const StatusSel & |
src |
) |
|
Copy Constructor
- Parameters:
-
Member Function Documentation
| const apr_array_header_t* svn::StatusSel::array |
( |
const Pool & |
pool |
) |
const |
Returns an apr array containing char *.
- Parameters:
-
| pool | Pool used for conversion |
| void svn::StatusSel::clear |
( |
|
) |
|
| 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 PathVector & |
( |
|
) |
const |
operator to return the vector
- Returns:
- vector with targets
| void svn::StatusSel::push_back |
( |
const Status & |
status |
) |
|
add and check the next entry
- Parameters:
-
| void svn::StatusSel::reserve |
( |
size_t |
size |
) |
|
| size_t svn::StatusSel::size |
( |
|
) |
const |
- Returns:
- the number of targets
Returns a vector of statuses
- Returns:
- vector of statuses
| 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
| 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: