BRL-CAD

Execution context for the -exec filter. More...

#include <search.h>

Data Fields

db_search_callback_t _e_callback
 A function that evaluates an array of strings and returns a boolean. More...
 
void * _e_userdata
 A pointer that will be passed to the callback, usually a pointer to an interpreter. More...
 

Detailed Description

Execution context for the -exec filter.

Definition at line 45 of file search.h.

Field Documentation

◆ _e_callback

db_search_callback_t _e_callback

A function that evaluates an array of strings and returns a boolean.

Definition at line 46 of file search.h.

◆ _e_userdata

void* _e_userdata

A pointer that will be passed to the callback, usually a pointer to an interpreter.

Definition at line 47 of file search.h.


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