Index Index
CSaveContainer
 CSaveContainer Summary of this class goes here
    Detailed explanation goes here
Class Details
Superclasses containers.Map
Sealed false
Construct on load false
Constructor Summary
CSaveContainer Summary of this class goes here 
Property Summary
Count - The number of key-value pairs in this instance of a Map. 
KeyType - The type of key used by this instance of a Map. 
ValueType - The type of value used by this instance of a Map. 
m_sFilePath  
Method Summary
  addlistener Add listener for event. 
  delete Delete a handle object. 
  disp  
Static   empty  
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  gt > (GT) Greater than relation for handles. 
  isKey Determine whether containers.Map contains key 
  isempty True for empty containers.Map object. 
Sealed   isvalid Test handle validity. 
  keys Return keys of containers.Map object 
  le <= (LE) Less than or equal relation for handles. 
  length Length of containers.Map object. 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  remove Remove key-value pairs from containers.Map 
  save  
  size Size of containers.Map object 
  values Return values of containers.Map object 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.