BRL-CAD
Loading...
Searching...
No Matches

#include <search.h>

Collaboration diagram for db_search_context:
[legend]

Data Fields

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

Detailed Description

Definition at line 191 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 192 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 193 of file search.h.


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