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

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