|
GME
13
|
#include <ClientUtil.h>
Classes | |
| struct | CommitHelp |
| struct | InfoHelp |
| struct | NotifyHelp |
| struct | OtherHelp |
| struct | StatusHelp |
Public Types | |
| typedef std::pair< std::string, long > | StatusInfo |
| typedef StatusHelp::StatusEntry | StatusExtInfo |
| typedef std::vector < StatusExtInfo > | StatusExtInfoVec |
Public Member Functions | |
| StatusInfo | sub_single_status (const char *path, bool onServer) |
| StatusExtInfoVec | sub_extended_status (const char *p_path, bool p_onServer) |
Static Public Member Functions | |
| static std::string | charstar2str (const char *p_charStar, const std::string p_name) |
This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at http://subversion.tigris.org/license-1.html. If newer versions of this license are posted there, you may use a newer version instead, at your option.
This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history and logs, available at http://subversion.tigris.org/. ==================================================================== Modified by Zoltan Molnar, Vanderbilt University, 2008
Definition at line 30 of file ClientUtil.h.
Definition at line 155 of file ClientUtil.h.
| typedef std::vector<StatusExtInfo> ClientUtil::StatusExtInfoVec |
Definition at line 156 of file ClientUtil.h.
| typedef std::pair<std::string, long> ClientUtil::StatusInfo |
Definition at line 152 of file ClientUtil.h.
| static std::string ClientUtil::charstar2str | ( | const char * | p_charStar, |
| const std::string | p_name | ||
| ) | [static] |
| StatusExtInfoVec ClientUtil::sub_extended_status | ( | const char * | p_path, |
| bool | p_onServer | ||
| ) |
| StatusInfo ClientUtil::sub_single_status | ( | const char * | path, |
| bool | onServer | ||
| ) |
1.7.6.1