AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Classes | Typedefs | Enumerations
drama::git Namespace Reference

Detailed Description

Name space used to implement AAO Generic Implementation task features.

Classes

class  Path
 A path object for communicating with DRAMA GIT tasks. More...
 
class  ResetArgLookup
 This lookup class is used with ResetArgNum as part of creating a drama::gitarg::Enum item. More...
 
class  ResetType
 A type used to represent the current reset mode. More...
 
class  Task
 Create a DRAMA task which obeys the GIT specification. More...
 

Typedefs

using ResetArgType = drama::gitarg::Enum< ResetArgLookup, ResetArgEnum >
 ResetArgType is a type which can be used to represent a reset action argument.
 

Enumerations

enum class  ResetArgEnum { Soft =0 , Full , Hard , Invalid }
 Enum values for the default arguments to the git::Task Reset action. More...
 
enum  ResetEnum {
  Soft =0 , Full , Hard , Recover ,
  Invalid
}
 This enum contains the possible reset types. More...