GNU PROLOG with UTF8 support
Data Structures | Typedefs | Functions
bt_string.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  btnode
 
struct  BTString
 

Typedefs

typedef struct btnodePBTNode
 
typedef struct btnode BTNode
 
typedef void(* BTStrLstFct) (int no, char *str, void *info)
 

Functions

void BT_String_Init (BTString *bt_str)
 
BTNodeBT_String_Add (BTString *bt_str, char *str)
 
BTNodeBT_String_Lookup (BTString *bt_str, char *str)
 
void BT_String_List (BTString *bt_str, BTStrLstFct fct)
 

Typedef Documentation

typedef struct btnode BTNode
typedef void(* BTStrLstFct) (int no, char *str, void *info)
typedef struct btnode* PBTNode

Function Documentation

BTNode* BT_String_Add ( BTString bt_str,
char *  str 
)

Here is the caller graph for this function:

void BT_String_Init ( BTString bt_str)

Here is the caller graph for this function:

void BT_String_List ( BTString bt_str,
BTStrLstFct  fct 
)

Here is the call graph for this function:

Here is the caller graph for this function:

BTNode* BT_String_Lookup ( BTString bt_str,
char *  str 
)

Here is the caller graph for this function: