Go to the documentation of this file.
16 int main(
int argc,
char* argv[])
31 catch(
const exception &error) {
32 FATAL(error.what() << endl);
35 for (
int value = 1; value < 1000000000; value *= 10) {
36 cout <<
"CENTER <" <<
CENTER(12) << value <<
">" << endl;
39 for (
int value = 1; value < 1000000000; value *= 10) {
40 cout <<
"FILL <" <<
FILL(12,
'.') << value <<
">" <<
FILL() << endl;
43 for (
int value = 1; value < 1000000000; value *= 10) {
44 cout <<
"RIGHT <" <<
RIGHT(12) << value <<
">" << endl;
47 for (
int value = 1; value < 1000000000; value *= 10) {
48 cout <<
"LEFT <" <<
LEFT(12) << value <<
">" << endl;
51 for (
double value = 0.123456; value < 100000; value *= 10) {
52 cout <<
"FIXED <" <<
FIXED(12,6) << value <<
">" << endl;
57 for (
int i = 0; i != 10; ++i) {
62 cout <<
"JEEPZ " <<
JEEPZ() << buffer << endl;
Auxiliary data structure for floating point format specification.
int main(int argc, char *argv[])
Auxiliary data structure for streaming of STL containers.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for sequence of same character.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Auxiliary data structure for alignment of data.