BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
ers/ers-00-00-03/src/Issue.cxx File Reference
#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(); }
 

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   256

Definition at line 24 of file ers/ers-00-00-03/src/Issue.cxx.

◆ ISSUE_VALUE_SET_SCALAR

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