| 198 | } |
| 199 | |
| 200 | void ClumpletReader::invalid_structure(const char* what, const int data) const |
| 201 | { |
| 202 | #ifdef DEBUG_CLUMPLETS |
| 203 | dump(); |
| 204 | #endif |
| 205 | fatal_exception::raiseFmt("Invalid clumplet buffer structure: %s (%d)", what, data); |
| 206 | } |
| 207 | |
| 208 | bool ClumpletReader::isTagged() const |
| 209 | { |