|
HEVC Test Model (HM)
HM-16.18
|
Public Member Functions | |
| SMultiValueInput () | |
| SMultiValueInput (std::vector< T > &defaults) | |
| SMultiValueInput (const T &minValue, const T &maxValue, std::size_t minNumberValues=0, std::size_t maxNumberValues=0) | |
| SMultiValueInput (const T &minValue, const T &maxValue, std::size_t minNumberValues, std::size_t maxNumberValues, const T *defValues, const UInt numDefValues) | |
| SMultiValueInput< T > & | operator= (const std::vector< T > &userValues) |
| SMultiValueInput< T > & | operator= (const SMultiValueInput< T > &userValues) |
| T | readValue (const TChar *&pStr, Bool &bSuccess) |
| istream & | readValues (std::istream &in) |
| template<> | |
| UInt | readValue (const TChar *&pStr, Bool &bSuccess) |
| template<> | |
| Int | readValue (const TChar *&pStr, Bool &bSuccess) |
| template<> | |
| Double | readValue (const TChar *&pStr, Bool &bSuccess) |
| template<> | |
| Bool | readValue (const TChar *&pStr, Bool &bSuccess) |
Public Attributes | |
| const T | minValIncl |
| const T | maxValIncl |
| const std::size_t | minNumValuesIncl |
| const std::size_t | maxNumValuesIncl |
| std::vector< T > | values |
Definition at line 431 of file TAppEncCfg.cpp.
|
inline |
Definition at line 438 of file TAppEncCfg.cpp.
|
inline |
Definition at line 439 of file TAppEncCfg.cpp.
|
inline |
Definition at line 440 of file TAppEncCfg.cpp.
|
inline |
Definition at line 442 of file TAppEncCfg.cpp.
|
inline |
Definition at line 444 of file TAppEncCfg.cpp.
|
inline |
Definition at line 445 of file TAppEncCfg.cpp.
| T SMultiValueInput< T >::readValue | ( | const TChar *& | pStr, |
| Bool & | bSuccess | ||
| ) |
| UInt SMultiValueInput< UInt >::readValue | ( | const TChar *& | pStr, |
| Bool & | bSuccess | ||
| ) |
Definition at line 459 of file TAppEncCfg.cpp.
| Int SMultiValueInput< Int >::readValue | ( | const TChar *& | pStr, |
| Bool & | bSuccess | ||
| ) |
Definition at line 469 of file TAppEncCfg.cpp.
| Double SMultiValueInput< Double >::readValue | ( | const TChar *& | pStr, |
| Bool & | bSuccess | ||
| ) |
Definition at line 479 of file TAppEncCfg.cpp.
| Bool SMultiValueInput< Bool >::readValue | ( | const TChar *& | pStr, |
| Bool & | bSuccess | ||
| ) |
Definition at line 489 of file TAppEncCfg.cpp.
| istream & SMultiValueInput< T >::readValues | ( | std::istream & | in | ) |
Definition at line 499 of file TAppEncCfg.cpp.
| const std::size_t SMultiValueInput< T >::maxNumValuesIncl |
Definition at line 436 of file TAppEncCfg.cpp.
| const T SMultiValueInput< T >::maxValIncl |
Definition at line 434 of file TAppEncCfg.cpp.
| const std::size_t SMultiValueInput< T >::minNumValuesIncl |
Definition at line 435 of file TAppEncCfg.cpp.
| const T SMultiValueInput< T >::minValIncl |
Definition at line 433 of file TAppEncCfg.cpp.
| std::vector<T> SMultiValueInput< T >::values |
Definition at line 437 of file TAppEncCfg.cpp.
1.8.5