read_array
List of: Functions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Reads an of array indices.

Prototype: ENTITY* read_array (


ENTITY* array[], // array of entities


int i // number of entities


);


ENTITY* read_array (


ENTITY* array[], // array of entities


const void* ptr // pointer to restore




// routine


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerndata/data/entity.hxx"

#include "kernel/kerndata/savres/savres_small.hxx"

Description: This routine is used as part of restore from a SAT or SAB file. It returns an array of indices or NULL for negative index.


if (i < 0)

return NULL

else


return array[i]
Array of indices.

Library: kernel

Filename: kern/kernel/kerndata/savres/savres_small.hxx

Effect: Read-only
PDF/KERN/25FNM.PDF
HTM/DATA/KERN/KERN/25FNM/0005.HTM