TEMU  4.4
The Terma Emulator
temu_StringBreakpointIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Support/StringBreakpoint.h>

Data Fields

void(* printBreakpointList )(temu_Object *Obj)
 print all breakpoints with their indexes More...
 
void(* addBreakpoint )(temu_Object *Obj, const char *regex)
 add log line to use for break More...
 
void(* deleteBreakpoint )(temu_Object *Obj, int idx)
 delete breakpoint with index = idx, if idx = -1 deleate all More...
 

Detailed Description

Simple interface to get recorded line data from e.g. the console model.

Field Documentation

◆ addBreakpoint

void(* temu_StringBreakpointIface::addBreakpoint) (temu_Object *Obj, const char *regex)

add log line to use for break

◆ deleteBreakpoint

void(* temu_StringBreakpointIface::deleteBreakpoint) (temu_Object *Obj, int idx)

delete breakpoint with index = idx, if idx = -1 deleate all

◆ printBreakpointList

void(* temu_StringBreakpointIface::printBreakpointList) (temu_Object *Obj)

print all breakpoints with their indexes


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