Geant4
9.6.p02
|
#include "G4ios.hh"
#include <algorithm>
#include "G4Types.hh"
#include "G4String.hh"
#include "templates.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4ExceptionSeverity.hh"
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
#define | TRUE 1 |
Typedefs | |
typedef std::ostringstream | G4ExceptionDescription |
Functions | |
void | G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments) |
void | G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, G4ExceptionDescription &description) |
void | G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, G4ExceptionDescription &description, const char *comments) |
#define FALSE 0 |
Definition at line 52 of file globals.hh.
#define TRUE 1 |
Definition at line 55 of file globals.hh.
typedef std::ostringstream G4ExceptionDescription |
Definition at line 76 of file globals.hh.
void G4Exception | ( | const char * | originOfException, |
const char * | exceptionCode, | ||
G4ExceptionSeverity | severity, | ||
const char * | comments | ||
) |
Definition at line 41 of file G4Exception.cc.
void G4Exception | ( | const char * | originOfException, |
const char * | exceptionCode, | ||
G4ExceptionSeverity | severity, | ||
G4ExceptionDescription & | description | ||
) |
void G4Exception | ( | const char * | originOfException, |
const char * | exceptionCode, | ||
G4ExceptionSeverity | severity, | ||
G4ExceptionDescription & | description, | ||
const char * | comments | ||
) |