Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
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::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

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  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.
 
template<class T >
std::ostream & JLANG::operator<< (std::ostream &out, const JValueOutput< T > &object)
 Write JStreamOutput to output stream.