Jpp
Classes | Namespaces | Functions
JValue.hh File Reference
#include <istream>
#include <ostream>
#include <sstream>
#include <string>
#include "JLang/JAbstractIO.hh"
#include "JLang/JEquationFacet.hh"

Go to the source code of this file.

Classes

class  JLANG::JValueOutput< T >
 Forward declaration for friend declaration of JValueOutput inside JValueInput. More...
 
class  JLANG::JValueInput< T >
 Wrapper class around template object. More...
 
class  JLANG::JValueOutput< T >
 Forward declaration for friend declaration of JValueOutput inside JValueInput. More...
 
class  JLANG::JValue< T >
 Wrapper class around template object. More...
 

Namespaces

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
std::istream & JLANG::operator>> (std::istream &in, JValueInput< T > &object)
 Read JStreamInput from input stream. More...
 
template<class T >
std::ostream & JLANG::operator<< (std::ostream &out, const JValueOutput< T > &object)
 Write JStreamOutput to output stream. More...