Classes | |
class | CFeatureBag |
Bag holding streamable features of a nodetree. More... | |
Namespaces | |
namespace | Spinnaker |
namespace | Spinnaker::GenApi |
Functions | |
virtual void | PersistFeature (IValue &item)=0 |
Stores a feature. | |
SPINNAKER_API std::istream & | EatComments (std::istream &is) |
Helper function ignoring lines starting with comment character '#'. | |
SPINNAKER_API std::istream & | operator>> (std::istream &is, CFeatureBag &FeatureBag) |
Reads in persistent data from a stream. | |
SPINNAKER_API std::ostream & | operator<< (std::ostream &os, const CFeatureBag &FeatureBag) |
writes out persistent data to a stream | |
Variables | |
interface SPINNAKER_API_ABSTRACT | IPersistScript |
Basic interface to persist values to. | |