Created by the British Broadcasting Corporation.
#include <string>
#include <iostream>
Go to the source code of this file.
Definition of class SequenceHeaderByteIO.
Enumeration of Dirac-defined error codes.
More...Error-severity states.
More...#define DIRAC_CATCH_AND_RETHROW | ( | ) |
catch (const DiracException& e) { \ DiracException exception(e); \ DIRAC_LOG_EXCEPTION(exception)\ throw exception; \ }
#define DIRAC_LOG_EXCEPTION | ( | exception | ) |
{ \ if(exception.GetSeverityCode()!=SEVERITY_NO_ERROR) \ std::cerr << exception.GetErrorMessage(); \ }
#define DIRAC_THROW_EXCEPTION | ( | arg1, | |
arg2, | |||
arg3 | |||
) |
{ \ DiracException exception(arg1,arg2, arg3); \ DIRAC_LOG_EXCEPTION(exception) \ throw exception; \ }
Referenced by dirac::GenericBandCodec< EntropyCodec >::DecodeCoeffBlock().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.