| 32 | { |
| 33 | #ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT |
| 34 | void BlobSectionHeader::dump( int indent, std::ostream &os ) const |
| 35 | { |
| 36 | os << space( indent ) << "sectionId: " << sectionId << std::endl; |
| 37 | os << space( indent ) << "sectionLogicalLength: " << sectionLogicalLength << std::endl; |
| 38 | } |
| 39 | #endif |
| 40 | |
| 41 | CompressedVectorSectionHeader::CompressedVectorSectionHeader() |