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

Action: Reads a pointer.

Prototype: void* read_pointer ();

Includes: #include "kernel/acis.hxx"

#include "kernel/kernutil/fileio/fileio.hxx"

Description: Reads a pointer. Pointer reference to a save file record index. Written as "$" followed by index number written as a long. ActiveFile is a FileInterface object and does most of the actual work.


return ActiveFile ? ActiveFile->read_pointer() : NULL;
Call the appropriate SatFile or SabFile method

Library: kernel

Filename: kern/kernel/kernutil/fileio/fileio.hxx

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