|
|
| ADOBE_HAS_TYPE_IMPL (eof) |
|
template<class ArgStream > |
static bool | eof_check (ArgStream &as, typename boost::enable_if_c< traits< ArgStream >::has_eof_memberfunction >::type *dummy=0) |
|
template<class ArgStream > |
static bool | eof_check (ArgStream &as, typename boost::disable_if_c< traits< ArgStream >::has_eof_memberfunction >::type *dummy=0) |
|
template<class ArgStream > |
static bool | eof_check (ArgStream *as) |
|
§ ADOBE_HAS_TYPE_IMPL()
adobe::arg_stream::detail::ADOBE_HAS_TYPE_IMPL |
( |
eof |
| ) |
|
§ eof_check() [1/3]
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream & |
as, |
|
|
typename boost::enable_if_c< traits< ArgStream >::has_eof_memberfunction >::type * |
dummy = 0 |
|
) |
| |
|
static |
§ eof_check() [2/3]
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream & |
as, |
|
|
typename boost::disable_if_c< traits< ArgStream >::has_eof_memberfunction >::type * |
dummy = 0 |
|
) |
| |
|
static |
§ eof_check() [3/3]
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream * |
as | ) |
|
|
static |
|