svn::Property Class Reference
#include <property.hpp>
Detailed Description
Class for manipulating Subversion properties.
Constructor & Destructor Documentation
svn::Property::Property |
( |
Context * |
context = 0 , |
|
|
const Path & |
path = "" | |
|
) |
| | |
virtual svn::Property::~Property |
( |
|
) |
[virtual] |
Member Function Documentation
const std::vector<PropertyEntry>& svn::Property::entries |
( |
|
) |
const [inline] |
get the list of properties for the path. throws an exception if the path isnt versioned.
void svn::Property::remove |
( |
const char * |
name |
) |
|
Deletes a property.
- Exceptions:
-
void svn::Property::set |
( |
const char * |
name, |
|
|
const char * |
value | |
|
) |
| | |
Sets an existing property with a new value or adds a new property. If a result is added it does not reload the result set. Run loadPath again.
- Exceptions:
-
The documentation for this class was generated from the following file: