CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <string>
#include "CLHEP/Cast/itos.h"
#include "CLHEP/Exceptions/ZMthrow.h"
#include "CLHEP/Exceptions/ZMexception.h"
#include "CLHEP/Exceptions/ZMexAction.h"
#include "CLHEP/Exceptions/ZMexClassInfo.h"
#include "CLHEP/Exceptions/ZMexSeverity.h"
#include "CLHEP/Exceptions/ZMerrno.h"
Go to the source code of this file.
Functions | |
ZMexStandardDefinition (zmex::ZMexception, ZMxTest) | |
void | display (const zmex::ZMexception *ex) |
int | main () |
Variables | |
const string | QUOTE = "\"" |
const string | NEWLINE1 = "\n" |
const string | NEWLINE2 = "\n\n" |
void display | ( | const zmex::ZMexception * | ex | ) |
Definition at line 48 of file testzmex.cc.
int main | ( | ) |
Definition at line 59 of file testzmex.cc.
ZMexStandardDefinition | ( | zmex::ZMexception | , |
ZMxTest | |||
) |
const string NEWLINE1 = "\n" |
Definition at line 45 of file testzmex.cc.
const string NEWLINE2 = "\n\n" |
Definition at line 46 of file testzmex.cc.
const string QUOTE = "\"" |
Definition at line 44 of file testzmex.cc.
Referenced by display().