|
Aegis
4.25.D505
|
#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_ty & | operator= (const patch_ty &) |
The patch_ty class is used to represent a diff between one file version and the next. This is only for the one file.
The destructor.
The default constructor.
| patch_ty::patch_ty | ( | const patch_ty & | ) | [private] |
The copy constructor. Do not use.
| 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.
1.7.6.1