StringTable.apply

Walk the contents of the string table, calling fp for each entry.

struct StringTable
extern (C++)
int
apply
(
int function fp
)

Parameters

fp int function

function to call. Returns !=0 to stop

Return Value

Type: int

last return value of fp call

Meta