Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <Standard_PrimitiveTypes.hxx>
Data Structures | |
class | Standard_Storable |
This class Storable is an abstract class that allows built-in primitive types to be extended. They are not themselves persistent, but are known by the database, therefore can be used to define the internal representation of persistent objects. Otherwise, all the fields of subclasses of Object MUST inherit from Storable. This class provides also a framework for copying, comparing and printing. More... | |
Functions | |
const Handle< Standard_Type > & | STANDARD_TYPE (Standard_Storable) |
Standard_Integer | HashCode (const Standard_Storable &me, const Standard_Integer Upper) |
Standard_Boolean | IsSimilar (const Standard_Storable &me, const Standard_Storable &Other) |
void | ShallowDump (const Standard_Storable &me, Standard_OStream &S) |
Standard_Integer HashCode | ( | const Standard_Storable & | me, |
const Standard_Integer | Upper | ||
) | [inline] |
Standard_Boolean IsSimilar | ( | const Standard_Storable & | me, |
const Standard_Storable & | Other | ||
) | [inline] |
void ShallowDump | ( | const Standard_Storable & | me, |
Standard_OStream & | S | ||
) | [inline] |