VISH  0.2
Public Types
Wizt::DefaultTypedSlotSaveProperty Struct Reference

A type trait class defining a the default property of certain types used in input slots, telling if the value of these types should be saved when the status of an object is saved. More...

#include </home/werner/origo/vish/ocean/plankton/VSlot.hpp>

List of all members.

Public Types


Detailed Description

A type trait class defining a the default property of certain types used in input slots, telling if the value of these types should be saved when the status of an object is saved.

Per default, the "dontSave" property is false, and all object parameters are attempted to be saved. However, for certain types saving them to a file doesn't make sense, so this default property can be overridden in such a case.

For a specific VSlot, one can always set its dontSave property explicitly, this type trait merely defines it default value.


Member Enumeration Documentation

anonymous enum
Enumerator:
dontSave 

Default property (false, i.e. do save the type)


The documentation for this struct was generated from the following file: