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 | Static Protected Member Functions | List of all members
JLANG::JTest Struct Reference

Auxiliary base class for compile time evaluation of test. More...

#include <JTest.hh>

Inheritance diagram for JLANG::JTest:
JLANG::JLOCAL::JComparisonAvailable< T::value_type > JLANG::JAbstractClass< T > JLANG::JConstructor< JType_t, JArgument_t > JLANG::JConversion< JDerived_t, JBase_t >::JLocal< derived_type, base_type > JLANG::JLOCAL::JComparisonAvailable< T, JType_t > JLANG::JPrintHelper::JMemberMethod< T, is_primitive > JLANG::JTypeID_t< T > JROOT::JActionAtFileOpen< T > JROOT::JActionAtFileRead< T > JStreamAvailable< T, __str__ > JStreamAvailable< T, true >

Classes

struct  JFalse
 definition of false More...
 
struct  JTrue
 definition of true More...
 
struct  JTypecheck
 Auxiliary class for type checking. More...
 

Static Protected Member Functions

static JFalse test (...)
 default false More...
 
template<class __T__ >
static JFalse test (...)
 default false More...
 

Detailed Description

Auxiliary base class for compile time evaluation of test.

The derived class should implement the static method JTest::test, returning JTest::JTrue. The macro JTest::JTEST will then return true if the given test is successful.

Definition at line 21 of file JTest.hh.

Member Function Documentation

static JFalse JLANG::JTest::test (   ...)
staticprotected

default false

template<class __T__ >
static JFalse JLANG::JTest::test (   ...)
staticprotected

default false


The documentation for this struct was generated from the following file: