21 static ossimTrace traceDebug(
"ossimRpfFrameFileIndexSectionSubheader:debug");
25 return data.
print(out);
30 m_highestSecurityClassification(
' '),
31 m_indexTableOffset(0),
32 m_numberOfIndexRecords(0),
33 m_numberOfPathnameRecords(0),
34 m_indexRecordLength(0)
41 m_highestSecurityClassification(obj.m_highestSecurityClassification),
42 m_indexTableOffset(obj.m_indexTableOffset),
43 m_numberOfIndexRecords(obj.m_numberOfIndexRecords),
44 m_numberOfPathnameRecords(obj.m_numberOfPathnameRecords),
45 m_indexRecordLength(obj.m_indexRecordLength)
130 out <<
"ossimRpfFrameFileIndexSectionSubheader DEBUG:"
ossim_int32 ossimErrorCode
static const ossimErrorCode OSSIM_OK
OSSIM_DLL ossimByteOrder byteOrder()
static const ossimErrorCode OSSIM_ERROR
unsigned short ossim_uint16
unsigned int ossim_uint32
std::basic_istream< char > istream
Base class for char input streams.
OSSIMDLLEXPORT std::ostream & ossimNotify(ossimNotifyLevel level=ossimNotifyLevel_WARN)
std::basic_ostream< char > ostream
Base class for char output streams.