HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
NonContiguousQPSetException Class Reference

The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert the results into a vector. More...

#include <ExtractBitrates.h>

Inheritance diagram for NonContiguousQPSetException:
Inheritance graph
[legend]
Collaboration diagram for NonContiguousQPSetException:
Collaboration graph
[legend]

Public Member Functions

virtual ~NonContiguousQPSetException () throw ( )
 
- Public Member Functions inherited from RuntimeError
 RuntimeError ()
 
virtual ~RuntimeError () throw ( )
 
const char * what () const throw ( )
 Implementation of the std::exception::what method. More...
 

Protected Member Functions

void outputWhat (std::ostream &o) const
 

Detailed Description

The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert the results into a vector.

Definition at line 55 of file ExtractBitrates.h.

Constructor & Destructor Documentation

virtual NonContiguousQPSetException::~NonContiguousQPSetException ( )
throw (
)
inlinevirtual

Definition at line 58 of file ExtractBitrates.h.

Member Function Documentation

void NonContiguousQPSetException::outputWhat ( std::ostream &  o) const
inlineprotectedvirtual

The implementing class implements this method to customize the what output

Parameters
oThe what stream is outputted to this parameter

Implements RuntimeError.

Definition at line 61 of file ExtractBitrates.h.


The documentation for this class was generated from the following file: