Jpp
|
#include <istream>
#include <ostream>
#include "JLang/JAnyType.hh"
#include "JLang/JNullType.hh"
#include "JLang/JTest.hh"
#include "JLang/JPrintHelper.hh"
Go to the source code of this file.
Classes | |
class | JRedirectAvailable< T, __str__ > |
Test availability of redirect operators. More... | |
class | JRedirectAvailable< T, true > |
Specialisation of JRedirectAvailable for class without member method __str__ . More... | |
Functions | |
JLANG::JNullType | operator>> (std::istream &in, JLANG::JAnyType any_type) |
Fallback implementation for std::istream& operator>>(std::istream, T&) for types that don't support the redirect operator. More... | |
JLANG::JNullType operator>> | ( | std::istream & | in, |
JLANG::JAnyType | any_type | ||
) |
Fallback implementation for std::istream& operator>>(std::istream, T&)
for types that don't support the redirect operator.
in | input stream |
any_type | any type |