|
|
| 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::arg_stream::detail::ADOBE_HAS_TYPE_IMPL |
( |
eof |
) | |
|
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream & |
as, |
|
|
typename boost::enable_if_c< traits< ArgStream >::has_eof_memberfunction >::type * |
dummy = 0 |
|
) |
| |
|
static |
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream & |
as, |
|
|
typename boost::disable_if_c< traits< ArgStream >::has_eof_memberfunction >::type * |
dummy = 0 |
|
) |
| |
|
static |
static bool adobe::arg_stream::detail::eof_check |
( |
ArgStream * |
as) | |
|
|
static |
|