Spinnaker SDK C++
4.3.0.189
 
Classes | Namespaces | Functions | Variables
Persistence.h File Reference

Classes

class  CFeatureBag
 Bag holding streamable features of a nodetree. More...
 

Namespaces

 Spinnaker
 
 Spinnaker::GenApi
 

Functions

virtual void PersistFeature (IValue &item)=0
 Stores a feature. More...
 
SPINNAKER_API std::istream & EatComments (std::istream &is)
 Helper function ignoring lines starting with comment character '#'. More...
 
SPINNAKER_API std::istream & operator>> (std::istream &is, CFeatureBag &FeatureBag)
 Reads in persistent data from a stream. More...
 
SPINNAKER_API std::ostream & operator<< (std::ostream &os, const CFeatureBag &FeatureBag)
 writes out persistent data to a stream More...
 

Variables

interface SPINNAKER_API_ABSTRACT IPersistScript
 Basic interface to persist values to. More...