/usr/include/opencascade/Standard_OId.hxx is in libopencascade-foundation-dev 6.5.0.dfsg-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #ifndef _Standard_OId_HeaderFile
#define _Standard_OId_HeaderFile
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Standard_OStream_HeaderFile
#include <Standard_OStream.hxx>
#endif
class Standard_Persistent;
typedef Standard_Persistent* Standard_OId;
extern Standard_OId ShallowCopy (const Standard_OId me) ;
extern Standard_Integer HashCode(const Standard_OId me,
const Standard_Integer Upper);
//extern void ShallowDump (const Standard_OId Value, Standard_OStream& s);
const Handle_Standard_Type& Standard_OId_Type_();
#endif
|