svn::Status Class Reference
#include <status.hpp>
Detailed Description
Subversion status API.
- See also:
- svn_wc.hpp
Constructor & Destructor Documentation
svn::Status::Status |
( |
const char * |
path = 0 , |
|
|
const svn_wc_status2_t * |
status = 0 | |
|
) |
| | |
default constructor
- Parameters:
-
svn::Status::Status |
( |
const Status & |
src |
) |
|
Member Function Documentation
const char* svn::Status::path |
( |
|
) |
const |
- Returns:
- path of status entry
const Entry svn::Status::entry |
( |
|
) |
const |
- Returns:
- entry for this path
- Return values:
-
| entry.isValid | () = false item is not versioned |
const svn_wc_status_kind svn::Status::textStatus |
( |
|
) |
const |
- Returns:
- file status property enum of the "textual" component.
const svn_wc_status_kind svn::Status::propStatus |
( |
|
) |
const |
- Returns:
- file status property enum of the "property" component.
const bool svn::Status::isVersioned |
( |
|
) |
const |
- Return values:
-
| TRUE | if under version control |
const bool svn::Status::isCopied |
( |
|
) |
const |
const bool svn::Status::isSwitched |
( |
|
) |
const |
const svn_wc_status_kind svn::Status::reposTextStatus |
( |
|
) |
const |
- Returns:
- the entry's text status in the repository
const svn_wc_status_kind svn::Status::reposPropStatus |
( |
|
) |
const |
- Returns:
- the entry's prop status in the repository
const bool svn::Status::isLocked |
( |
|
) |
const |
const bool svn::Status::isRepLock |
( |
|
) |
const |
- Returns:
- true if has repository lock (not local)
const char* svn::Status::lockToken |
( |
|
) |
const |
- Returns:
- lock token or null if not locked
const char* svn::Status::lockOwner |
( |
|
) |
const |
- Returns:
- lock owner or null if not locked
const char* svn::Status::lockComment |
( |
|
) |
const |
- Returns:
- comment lock, null or no comment
const apr_time_t svn::Status::lockCreationDate |
( |
|
) |
const |
- Returns:
- lock creation date or 0 if not locked
bool svn::Status::isset |
( |
|
) |
const |
check whether the instance contains real data or nothing if it has constructed with the default constructor
The documentation for this class was generated from the following file: