{                                                                                                \
    if (!p.IsNull())                                                                               \
    {                                                                                              \
      theTypeName = t->Name();                                                                     \
      if (HasTypeBinding(theTypeName))                                                             \
      {                                                                                            \
        cback = TypeBinding(theTypeName);                                                          \
        cback->Add(p, this);                                                                       \
        return cback;                                                                              \
      }
#define Handle(Class)
Define Handle() macro.
Definition Standard_Handle.hxx:403
Root of "persistent" classes, a legacy support of object oriented databases, now outdated.
Definition Standard_Persistent.hxx:23
This class provides legacy interface (type descriptor) to run-time type information (RTTI) for OCCT c...
Definition Standard_Type.hxx:121
Definition Storage_CallBack.hxx:32
Class defines a variable-length sequence of 8-bit characters. Despite class name (kept for historical...
Definition TCollection_AsciiString.hxx:48