Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
JRedirectAvailable.hh File Reference
#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...
 

Function Documentation

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.

Author
mdejong
Parameters
ininput stream
any_typeany type
Returns
null type