| 232 | // E57XmlParser::ParseInfo |
| 233 | |
| 234 | E57XmlParser::ParseInfo::ParseInfo() : |
| 235 | nodeType( static_cast<NodeType>( 0 ) ), minimum( 0 ), maximum( 0 ), scale( 0 ), offset( 0 ), |
| 236 | precision( static_cast<FloatPrecision>( 0 ) ), floatMinimum( 0 ), floatMaximum( 0 ), |
| 237 | fileOffset( 0 ), length( 0 ), allowHeterogeneousChildren( false ), recordCount( 0 ) |
| 238 | { |
| 239 | } |
| 240 | |
| 241 | void E57XmlParser::ParseInfo::dump( int indent, std::ostream &os ) const |
| 242 | { |
nothing calls this directly
no outgoing calls
no test coverage detected