AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Classes | Namespaces | Enumerations
gitpath.hh File Reference

Detailed Description

DRAMA 2 include file - GIT Path implementation.

The drama::git::Path class is used to implement control of tasks which obey the GIT specification, from within Drama2.

Author
Tony Farrell, AAO $Revision$ $Date$ $Id$
#include "drama.hh"
#include "Git.h"

Go to the source code of this file.

Classes

class  drama::git::Path
 A path object for communicating with DRAMA GIT tasks. More...
 
class  drama::git::ResetType
 A type used to represent the current reset mode. More...
 

Namespaces

namespace  drama
 The drama namespace contains all the classes, types etc of the DRAMA 2 implementation.
 
namespace  drama::git
 Name space used to implement AAO Generic Implementation task features.
 

Enumerations

enum  drama::git::ResetEnum {
  drama::git::Soft =0 , drama::git::Full , drama::git::Hard , drama::git::Recover ,
  drama::git::Invalid
}
 This enum contains the possible reset types. More...