Home About Applications Software License Documentation Download Community



Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

contain.h File Reference

#include "environ.h"

Go to the source code of this file.

Defines

#define ARRAY_DEBUG   ulong obj_sid;

Typedefs

typedef tagLISTITEM TListItem
typedef tagLIST TList

Functions

void LIST_new (TList *this, int itemsize) SECTION_FRAMEWORK
void * LIST_item_add (TList *this, TListItem *item, TListItem *ref, bool front) SECTION_FRAMEWORK
void * LIST_n_item (TList *this, int n) SECTION_FRAMEWORK
int LIST_item_n (TList *this, TListItem *item) SECTION_FRAMEWORK
bool LIST_item_exists (TList *this, TListItem *item) SECTION_FRAMEWORK
void LIST_item_remove (TList *this, TListItem *item) SECTION_FRAMEWORK
void LIST_delete (TList *this) SECTION_FRAMEWORK
void ARRAY_new (TArray *this, int element_size) SECTION_FRAMEWORK
void ARRAY_delete (TArray *this) SECTION_FRAMEWORK
void ARRAY_copy (TArray *this, TArray *src) SECTION_FRAMEWORK
void ARRAY_used_set (TArray *this, int count) SECTION_FRAMEWORK
void ARRAY_item_remove (TArray *this, void *item) SECTION_FRAMEWORK
static void BITFIELD_new (TBitfield *this)
static void BITFIELD_delete (TBitfield *this)
static int BITFIELD_count (TBitfield *this)
static void BITFIELD_count_set (TBitfield *this, int count)
static void BITFIELD_set (TBitfield *this, int index, bool value)
static bool BITFIELD_get (TBitfield *this, int index)


Define Documentation

#define ARRAY_DEBUG   ulong obj_sid;
 


Typedef Documentation

typedef struct tagLIST TList
 

typedef struct tagLISTITEM TListItem
 


Function Documentation

void ARRAY_copy TArray this,
TArray src
 

void ARRAY_delete TArray this  ) 
 

void ARRAY_item_remove TArray this,
void *  item
 

void ARRAY_new TArray this,
int  element_size
 

void ARRAY_used_set TArray this,
int  count
 

static int BITFIELD_count TBitfield this  )  [inline, static]
 

static void BITFIELD_count_set TBitfield this,
int  count
[inline, static]
 

static void BITFIELD_delete TBitfield this  )  [inline, static]
 

static bool BITFIELD_get TBitfield this,
int  index
[inline, static]
 

static void BITFIELD_new TBitfield this  )  [inline, static]
 

static void BITFIELD_set TBitfield this,
int  index,
bool  value
[inline, static]
 

void LIST_delete TList this  ) 
 

void* LIST_item_add TList this,
TListItem item,
TListItem ref,
bool  front
 

bool LIST_item_exists TList this,
TListItem item
 

int LIST_item_n TList this,
TListItem item
 

void LIST_item_remove TList this,
TListItem item
 

void* LIST_n_item TList this,
int  n
 

void LIST_new TList this,
int  itemsize
 


Generated on Sat Feb 26 15:54:37 2005 for Keystone by  doxygen 1.4.1