Jpp  pmt_effective_area_update
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
JAssert.hh File Reference

Go to the source code of this file.

Classes

struct  JLANG::JAssert< bool >
 Generation of compiler error. More...
 
struct  JLANG::JAssert< true >
 Implementation of valid assertion. More...
 

Namespaces

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Macros

#define STATIC_CHECK(expr)   { JLANG::JAssert<expr>(); }
 

Macro Definition Documentation

#define STATIC_CHECK (   expr)    { JLANG::JAssert<expr>(); }

Definition at line 29 of file JAssert.hh.