GME  13
Static Public Member Functions
Util Class Reference

#include <Util.h>

List of all members.

Static Public Member Functions

static bool globalInit ()
static svn_error_tpreprocessPath (const char *&path, apr_pool_t *pool)
static void throwNullPointerException (const char *)
static void assembleErrorMessage (svn_error_t *err, int depth, apr_status_t parent_apr_err, std::string &buffer)
static void handleSVNError (svn_error_t *p_err)

Detailed Description

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 Class of utility methods. No Objects of this class are ever created

Definition at line 32 of file Util.h.


Member Function Documentation

static void Util::assembleErrorMessage ( svn_error_t err,
int  depth,
apr_status_t  parent_apr_err,
std::string buffer 
) [static]
static bool Util::globalInit ( ) [static]
static void Util::handleSVNError ( svn_error_t p_err) [static]
static svn_error_t* Util::preprocessPath ( const char *&  path,
apr_pool_t pool 
) [static]
static void Util::throwNullPointerException ( const char *  ) [static]

The documentation for this class was generated from the following file: