GME
13
|
#include <Revision.h>
Public Member Functions | |
Revision () | |
Revision (bool p_head, bool p_one) | |
Revision (const svn_opt_revision_kind p_kind) | |
~Revision () | |
const svn_opt_revision_t * | revision () const |
Static Public Attributes | |
static const svn_opt_revision_kind | START |
static const svn_opt_revision_kind | HEAD |
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 28 of file Revision.h.
Revision::Revision | ( | bool | p_head, |
bool | p_one | ||
) |
Revision::Revision | ( | const svn_opt_revision_kind | p_kind | ) |
const svn_opt_revision_t* Revision::revision | ( | ) | const |
const svn_opt_revision_kind Revision::HEAD [static] |
Definition at line 35 of file Revision.h.
const svn_opt_revision_kind Revision::START [static] |
Definition at line 34 of file Revision.h.