00001 00006 #include "bitstreamelement.h" 00007 00008 // Operators ... 00009 00010 #ifndef NDEBUG 00011 00012 using std::hex; 00013 using std::dec; 00014 00018 ostream& operator<<(ostream& os, BITSTREAM_ELEMENT& be) { 00019 os << be.len; 00020 } 00021 00022 #endif
1.2.18