Jpp  pmt_effective_area_update_2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
JStreamAvailable.hh File Reference
#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...
 

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 stream operator.

Author
mdejong
Parameters
ininput stream
any_typeany type
Returns
null type