SaveStruct


o saveString
Write a dynamically allocated string to a file.
o saveLocator
Write out general information about an object.
o saveList
Write out linked list to file.
o saveConnect
Write out a connection (col->col, lay->lay, or cell->cell).
o saveCmpConnect
Write out connection information for cmp->cmp.
o saveTBrain
Writes out info contained in the brain object.
o saveTCShell
Write out column shell information.
o saveTColumn
Write out column info to a file.
o saveTLShell
Write out a layer shell object.
o saveTLayer
Write out layer object.
o saveTCell
Write out Cell object
o saveTCmp
Save compartment object.
o saveTChannel
Write out a cahnnel object to a file.
o saveTSynapse
o saveTSynPSG
Write out PSG data to a file.
o saveArrays
Function to save all the input structures gathered during parsing.
Functions for saving parsed data. When the brain state is saved, the basic information stored in the ARRAYS struct is saved first using the following functions. When these functions finish, then the actual instantiated objects will be able to output to the save file with their individual save functions

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.