This file is indexed.

/usr/include/oce/TDataStd_ChildNodeIterator.lxx is in liboce-ocaf-lite-dev 0.9.1-3.

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
23
// File:	TDataStd_ChildNodeIterator.lxx
// Created:	Fri Feb 11 15:17:58 2000
// Author:	Vladislav ROMASHKO
//		<vro@flox.nnov.matra-dtv.fr>
//=======================================================================
//function : More
//purpose  : 
//=======================================================================

inline Standard_Boolean TDataStd_ChildNodeIterator::More() const
{ 
  return !myNode.IsNull();
}

//=======================================================================
//function : Value
//purpose  : 
//=======================================================================

inline Handle(TDataStd_TreeNode) TDataStd_ChildNodeIterator::Value() const
{ 
  return myNode;
}