libopm 0.1
list.c File Reference
#include "setup.h"
#include "opm_common.h"
#include "list.h"
#include "malloc.h"
#include "opm.h"

Functions

OPM_NODE_Tlibopm_node_create (void *data)
 
OPM_LIST_Tlibopm_list_create ()
 
OPM_NODE_Tlibopm_list_add (OPM_LIST_T *list, OPM_NODE_T *node)
 
OPM_NODE_Tlibopm_list_remove (OPM_LIST_T *list, OPM_NODE_T *node)
 
void libopm_list_free (OPM_LIST_T *list)
 
void libopm_node_free (OPM_NODE_T *node)
 

Function Documentation

◆ libopm_node_create()

◆ libopm_list_create()

◆ libopm_list_add()

◆ libopm_list_remove()

◆ libopm_list_free()

void libopm_list_free ( OPM_LIST_T * list)

References MyFree.

Referenced by opm_free(), and opm_remote_free().

◆ libopm_node_free()

void libopm_node_free ( OPM_NODE_T * node)

References MyFree.

Referenced by opm_end(), opm_free(), and opm_remote_free().


Generated for libopm by  doxygen 1.13.2