Gin
Loading...
Searching...
No Matches
Public Attributes | List of all members
Diff::Patch::Hunk Struct Reference

#include <gin_diff.h>

Public Attributes

int oldLine
 Line number in old text (for removes) or -1.
 
int newLine
 Line number in new text (for inserts) or -1.
 
bool isInsert
 true = insert, false = remove
 
juce::String text
 The line content.
 

Member Data Documentation

◆ oldLine

int Diff::Patch::Hunk::oldLine

Line number in old text (for removes) or -1.

◆ newLine

int Diff::Patch::Hunk::newLine

Line number in new text (for inserts) or -1.

◆ isInsert

bool Diff::Patch::Hunk::isInsert

true = insert, false = remove

◆ text

juce::String Diff::Patch::Hunk::text

The line content.


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