ARB
Functions
client.h File Reference
#include <attributes.h>
#include <client_types.h>
Include dependency graph for client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

aisc_comaisc_open (const char *path, AISC_Object &main_obj, long magic, GB_ERROR *error)
 
int aisc_close (aisc_com *link, AISC_Object &object)
 
int aisc_get (aisc_com *link, int o_type, const AISC_Object &object,...) __ATTR__SENTINEL
 
longaisc_debug_info (aisc_com *link, int o_type, const AISC_Object &object, int attribute)
 
int aisc_put (aisc_com *link, int o_type, const AISC_Object &object,...) __ATTR__SENTINEL
 
int aisc_nput (aisc_com *link, int o_type, const AISC_Object &object,...) __ATTR__SENTINEL
 
int aisc_create (aisc_com *link, int father_type, const AISC_Object &father, int attribute, int object_type, AISC_Object &object,...) __ATTR__SENTINEL
 

Function Documentation

aisc_com* aisc_open ( const char path,
AISC_Object main_obj,
long  magic,
GB_ERROR error 
)
int aisc_close ( aisc_com link,
AISC_Object object 
)
int aisc_get ( aisc_com link,
int  o_type,
const AISC_Object object,
  ... 
)
long* aisc_debug_info ( aisc_com link,
int  o_type,
const AISC_Object object,
int  attribute 
)
int aisc_put ( aisc_com link,
int  o_type,
const AISC_Object object,
  ... 
)
int aisc_nput ( aisc_com link,
int  o_type,
const AISC_Object object,
  ... 
)
int aisc_create ( aisc_com link,
int  father_type,
const AISC_Object father,
int  attribute,
int  object_type,
AISC_Object object,
  ... 
)