Aegis  4.25.D505
Data Structures | Functions
libaegis/patch/context.h File Reference
#include <common/str_list.h>
#include <libaegis/input.h>

Go to the source code of this file.

Data Structures

class  patch_context_ty

Functions

patch_context_typatch_context_new (input &ip)
void patch_context_delete (patch_context_ty *pcp)
string_typatch_context_getline (patch_context_ty *pcp, int n)
void patch_context_discard (patch_context_ty *pcp, int n)

Function Documentation

void patch_context_delete ( patch_context_ty pcp) [inline]

Definition at line 106 of file context.h.

void patch_context_discard ( patch_context_ty pcp,
int  n 
) [inline]

Definition at line 118 of file context.h.

string_ty* patch_context_getline ( patch_context_ty pcp,
int  n 
) [inline]

Definition at line 112 of file context.h.

Definition at line 100 of file context.h.