BOSS 7.0.5
BESIII Offline Software System
|
#include <iostream>
#include <sstream>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <sysexits.h>
#include "ers/ers.h"
#include "ers/HumanStream.h"
#include <cstring>
#include <typeinfo>
Go to the source code of this file.
Macros | |
#define | BUFFER_SIZE 256 |
#define | ISSUE_VALUE_SET_SCALAR(table, key, value) { std::ostringstream stream ; stream << value ; table[key] = stream.str(); } |
#define BUFFER_SIZE 256 |
Definition at line 24 of file ers/ers-00-00-03/src/Issue.cxx.
#define ISSUE_VALUE_SET_SCALAR | ( | table, | |
key, | |||
value | |||
) | { std::ostringstream stream ; stream << value ; table[key] = stream.str(); } |
Definition at line 26 of file ers/ers-00-00-03/src/Issue.cxx.