CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Classes | Defines
Geometry/CLHEP/Vector/ZMxpv.h File Reference
#include <string>
#include <exception>

Go to the source code of this file.

Classes

class  CLHEP_vector_exception

Defines

#define ZMthrowA(A)
#define ZMthrowC(A)
#define CLHEP_vector_exception_header(NAME)

Define Documentation

#define CLHEP_vector_exception_header (   NAME)
Value:
class NAME : public CLHEP_vector_exception {                            \
  public:                                                               \
    NAME ( const std::string & s ) throw();                             \
    virtual const char* name() const throw();                           \
    virtual ~NAME() throw() {}                                          \
  };

Definition at line 147 of file Geometry/CLHEP/Vector/ZMxpv.h.

#define ZMthrowA (   A)
#define ZMthrowC (   A)