Go to the source code of this file.
|
|
| template<typename T > |
| static Void | readTokenValue (T &returnedValue, Bool &failed, std::istream &is, const TChar *pToken) |
| | token string More...
|
| |
| template<typename T > |
| static Void | readTokenValueAndValidate (T &returnedValue, Bool &failed, std::istream &is, const TChar *pToken, const T &minInclusive, const T &maxInclusive) |
| | maximum value allowed, inclusive More...
|
| |
| static Void | readTokenValueAndValidate (Bool &returnedValue, Bool &failed, std::istream &is, const TChar *pToken) |
| | token string More...
|
| |
| template<typename T > |
| static Void | readTokenValue (std::vector< T > &returnedValue, Bool &failed, std::istream &is, const TChar *pToken, const UInt &numValues) |
| | Num of values to be read in array. More...
|
| |
| template<typename T > |
| static Void | readTokenValueAndValidate (std::vector< T > &returnedValue, Bool &failed, std::istream &is, const TChar *pToken, const T &minInclusive, const T &maxInclusive, const UInt &numValues) |
| |
template<typename T >
| static Void readTokenValue |
( |
T & |
returnedValue, |
|
|
Bool & |
failed, |
|
|
std::istream & |
is, |
|
|
const TChar * |
pToken |
|
) |
| |
|
static |
token string
- Parameters
-
| failed | value returned |
| is | used and updated |
| pToken | stream to read token from |
Definition at line 584 of file SEIEncoder.cpp.
template<typename T >
| static Void readTokenValue |
( |
std::vector< T > & |
returnedValue, |
|
|
Bool & |
failed, |
|
|
std::istream & |
is, |
|
|
const TChar * |
pToken, |
|
|
const UInt & |
numValues |
|
) |
| |
|
static |
Num of values to be read in array.
- Parameters
-
| failed | value returned |
| is | used and updated |
| pToken | stream to read token from |
| numValues | token string |
Definition at line 662 of file SEIEncoder.cpp.
template<typename T >
| static Void readTokenValueAndValidate |
( |
T & |
returnedValue, |
|
|
Bool & |
failed, |
|
|
std::istream & |
is, |
|
|
const TChar * |
pToken, |
|
|
const T & |
minInclusive, |
|
|
const T & |
maxInclusive |
|
) |
| |
|
static |
maximum value allowed, inclusive
- Parameters
-
| failed | value returned |
| is | used and updated |
| pToken | stream to read token from |
| minInclusive | token string |
| maxInclusive | minimum value allowed, inclusive |
Definition at line 633 of file SEIEncoder.cpp.
| static Void readTokenValueAndValidate |
( |
Bool & |
returnedValue, |
|
|
Bool & |
failed, |
|
|
std::istream & |
is, |
|
|
const TChar * |
pToken |
|
) |
| |
|
static |
token string
- Parameters
-
| failed | value returned |
| is | used and updated |
| pToken | stream to read token from |
Definition at line 652 of file SEIEncoder.cpp.
template<typename T >
| static Void readTokenValueAndValidate |
( |
std::vector< T > & |
returnedValue, |
|
|
Bool & |
failed, |
|
|
std::istream & |
is, |
|
|
const TChar * |
pToken, |
|
|
const T & |
minInclusive, |
|
|
const T & |
maxInclusive, |
|
|
const UInt & |
numValues |
|
) |
| |
|
static |
- Parameters
-
| failed | value returned |
| is | used and updated |
| pToken | stream to read token from |
| minInclusive | token string |
| maxInclusive | minimum value allowed, inclusive |
| numValues | maximum value allowed, inclusive |
Definition at line 715 of file SEIEncoder.cpp.