GNU PROLOG with UTF8 support
Functions
bt_string.c File Reference
#include "bt_string.h"
Include dependency graph for bt_string.c:
This graph shows which files directly or indirectly include this file:

Functions

static void BT_String_List_Rec (BTNode *bt_node, BTStrLstFct fct)
 
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)
 

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:

void BT_String_List_Rec ( BTNode bt_node,
BTStrLstFct  fct 
)
static

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: