Jpp
|
#include <istream>
#include <ostream>
#include "JLang/JAnyType.hh"
#include "JLang/JNullType.hh"
#include "JLang/JTest.hh"
#include "JLang/JBool.hh"
#include "JLang/JPrintHelper.hh"
Go to the source code of this file.
Classes | |
class | JStreamAvailable< T, __str__ > |
Test availability of stream operators. More... | |
class | JStreamAvailable< T, true > |
Specialisation of JStreamAvailable for class without member method __str__ . More... | |
struct | STREAM |
Auxiliary data structure for handling std::ostream. More... | |
struct | STREAM::JStream |
Auxiliary class for format stream. 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 stream 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 stream operator.
in | input stream |
any_type | any type |