ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         save_object - save variables of an object
  3 
  4 SYNOPSIS
  5         void save_object(string file)
  6 
  7 
  8 DESCRIPTION
  9         Save all global variables in an object that are not private or static
 10         to a file.  Only non-zero and non-object values are actually saved.
 11 
 12 ERRORS
 13         An error will result if the save file could not be created.
 14 
 15 SEE ALSO
 16         kfun/restore_object

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.