/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/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.

Defines

#define BUFFER_SIZE   256
#define ISSUE_VALUE_SET_SCALAR(table, key, value)   { std::ostringstream stream ; stream << value ; table[key] = stream.str(); }

Functions

ers::Issuecreate_issue ()
std::ostreamers::operator<< (std::ostream &s, const Issue &i)
Streamers::operator<< (Stream &s, const Issue &i)

Variables

bool registered = ers::IssueFactory::instance()->register_issue(ers::Issue::ISSUE_CLASS_NAME,create_issue)


Define Documentation

#define BUFFER_SIZE   256

Definition at line 24 of file Issue.cxx.

Referenced by ers::Issue::insert_time(), and main().

#define ISSUE_VALUE_SET_SCALAR ( table,
key,
value   )     { std::ostringstream stream ; stream << value ; table[key] = stream.str(); }

Definition at line 26 of file Issue.cxx.

Referenced by ers::Issue::set_value().


Function Documentation

ers::Issue* @15::create_issue (  )  [static]

Definition at line 33 of file Issue.cxx.

00033 { return new ers::Issue(); } 


Variable Documentation

bool registered = ers::IssueFactory::instance()->register_issue(ers::Issue::ISSUE_CLASS_NAME,create_issue) [static]

Definition at line 34 of file Issue.cxx.


Generated on Tue Nov 29 23:15:04 2016 for BOSS_7.0.2 by  doxygen 1.4.7