Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures | Functions
Standard_Type.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Standard_Type.hxx>
#include <Standard_CString.hxx>
#include <Standard_Integer.hxx>
#include <Standard_KindOfType.hxx>
#include <Standard_Address.hxx>
#include <Standard_Transient.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <Standard_Type.lxx>

Data Structures

class  Standard_Type
 The class <Type> provides services to find out information
about a type defined in CDL.

Note that multiple inheritance is not supported by the moment;
the array of ancestors accepted by constructors is assumed to
represent hierarchy of ancestors up to the root.
However, only first element is actually used by SubType method,
higher level ancestors are requested recursively.

Warning:
The information given by <Type> is about the type from which
it is created and not about the <Type> itself.

More...

Functions

void ShallowDump (const Handle_Standard_Type &me)
void ShallowDump (const Handle_Standard_Type &me, Standard_OStream &S)

Function Documentation

void ShallowDump ( const Handle_Standard_Type &  me) [inline]
void ShallowDump ( const Handle_Standard_Type &  me,
Standard_OStream S 
) [inline]