QxOrm  1.4.9
C++ Object Relational Mapping library

Go to the source code of this file.

Classes

struct  qx::memory::__nvwa_compile_time_error< true >

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


namespace  qx::memory
 

QxOrm library memory leak detection (by Wu Yongwei)


Defines

#define STATIC_ASSERT(_Expr, _Msg)

Detailed Description

Template class to check validity duing compile time (adapted from Loki).

Version:
1.2, 2005/11/22
Author:
Wu Yongwei

Definition in file static_assert.h.


Define Documentation

#define STATIC_ASSERT (   _Expr,
  _Msg 
)
Value:
{ \
        __nvwa_compile_time_error<((_Expr) != 0)> ERROR_##_Msg; \
        (void)ERROR_##_Msg; \
    }

Definition at line 54 of file static_assert.h.