VIP: Volume Image Processing


strlist.h File Reference
#include <string.h>
Include dependency graph for strlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VipStringListItem
 
struct  VipStringList
 

Typedefs

typedef struct VipStringListItem VipStringListItem
 
typedef struct VipStringList VipStringList
 

Functions

VipStringListVipCreateStringList ()
 
void VipFreeStringList (VipStringList *strl)
 
void VipFreeStringWick (VipStringListItem *first)
 
VipStringListItemVipInsertString (VipStringList *strlist, const char *string, VipStringListItem *after)
 
void VipEraseStringElement (VipStringList *strlist, VipStringListItem *before)
 

Typedef Documentation

◆ VipStringList

typedef struct VipStringList VipStringList

Definition at line 46 of file strlist.h.

◆ VipStringListItem

typedef struct VipStringListItem VipStringListItem

Definition at line 38 of file strlist.h.

Function Documentation

◆ VipCreateStringList()

VipStringList * VipCreateStringList ( )

◆ VipEraseStringElement()

void VipEraseStringElement ( VipStringList * strlist,
VipStringListItem * before )

◆ VipFreeStringList()

void VipFreeStringList ( VipStringList * strl)

◆ VipFreeStringWick()

void VipFreeStringWick ( VipStringListItem * first)

◆ VipInsertString()

VipStringListItem * VipInsertString ( VipStringList * strlist,
const char * string,
VipStringListItem * after )