patch_ty Class Reference

#include <patch.h>


Public Member Functions

 ~patch_ty ()
 patch_ty ()
void append (patch_hunk_ty *php)

Data Fields

string_list_ty name
file_action_ty action
file_usage_ty usage
patch_hunk_list_ty actions

Private Member Functions

 patch_ty (const patch_ty &)
patch_tyoperator= (const patch_ty &)


Detailed Description

The patch_ty class is used to represent a diff between one file version and the next. This is only for the one file.

Definition at line 31 of file patch.h.


Constructor & Destructor Documentation

patch_ty::~patch_ty (  ) 

The destructor.

patch_ty::patch_ty (  ) 

The default constructor.

patch_ty::patch_ty ( const patch_ty  )  [private]

The copy constructor. Do not use.


Member Function Documentation

void patch_ty::append ( patch_hunk_ty php  ) 

The append method is used to add another hunk to the end of the patch for this file.

patch_ty& patch_ty::operator= ( const patch_ty  )  [private]

The assignment. Do not use.


Field Documentation

Definition at line 51 of file patch.h.

Definition at line 52 of file patch.h.

Definition at line 53 of file patch.h.

Definition at line 54 of file patch.h.


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

Generated on Wed Mar 12 23:37:41 2008 for Aegis by  doxygen 1.5.5