Jpp
16.0.3
the software that should make you happy
|
#include <istream>
#include <ostream>
#include <locale>
#include <string>
#include <iterator>
#include <cstdio>
#include <limits>
#include "JLang/JStringFacet.hh"
#include "JLang/JEquationParameters.hh"
Go to the source code of this file.
Classes | |
class | JLANG::JEquationFacet |
Facet class to specify parsing of equations in currect locale (see class JLANG::JEquation). More... | |
struct | JLANG::JEndOfLine |
Auxiliary class for end of line. 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). | |
Typedefs | |
typedef JLANG::JEquationFacet | JLANG::setequation |
Type definition of stream manipulator for equational I/O. More... | |
Functions | |
std::istream & | JLANG::operator>> (std::istream &in, const JLANG::JEquationFacet &facet) |
Parse facet. More... | |
std::ostream & | JLANG::operator<< (std::ostream &out, const JLANG::JEquationFacet &facet) |
Parse facet. More... | |
std::ostream & | JLANG::white_space (std::ostream &out) |
Print white space. More... | |
std::ostream & | JLANG::division (std::ostream &out) |
Print division. More... | |
std::ostream & | JLANG::separator (std::ostream &out) |
Print separator. More... | |
std::ostream & | JLANG::left_bracket (std::ostream &out) |
Print left bracket. More... | |
std::ostream & | JLANG::right_bracket (std::ostream &out) |
Print right bracket. More... | |
Variables | |
static const JLANG::JEndOfLine | JLANG::end_of_line |
Print end of line. More... | |