/usr/include/opencascade/TCollection_BaseSequence.lxx 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 | inline Standard_Boolean TCollection_BaseSequence::IsEmpty() const
{
return Size == 0;
}
inline Standard_Integer TCollection_BaseSequence::Length() const
{
return Size;
}
|