#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JLang/JString.hh"
#include "JLang/JCppFacet.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
| Auxiliary program to test JCppFacet class. More...
|
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Auxiliary program to test JCppFacet class.
Definition at line 16 of file JCppFacet.cc.
31 if (zap.
read(argc, argv) != 0)
34 catch(
const exception &error) {
35 FATAL(error.what() << endl);
43 istringstream is(buffer);
45 is.imbue(locale(cout.getloc(), cpp.clone()));
48 cout <<
"<" << var <<
">" << endl;