Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Assert Class Reference

#include <Assert.hpp>

Collaboration diagram for Assert:

Public Types

typedef size_t( fpt_Assert_sz_n_sz )(const char *, size_t, const char *)
 

Public Member Functions

EXPORT Assert (fpt_Assert_sz_n_sz &fp1)
 

Static Public Member Functions

static EXPORT fpt_Assert_sz_n_sz (doAssert)
 

Static Public Attributes

static Asserts_pAssert = new Assert(Assert::doAssert)
 

Detailed Description

Definition at line 161 of file Assert.hpp.

Member Typedef Documentation

typedef size_t( Assert::fpt_Assert_sz_n_sz)(const char *, size_t, const char *)

Definition at line 164 of file Assert.hpp.

Constructor & Destructor Documentation

Assert::Assert ( fpt_Assert_sz_n_sz fp1)

Definition at line 142 of file Assert.cpp.

143  : m_fpt_Assert(fp1)
144 {
145 }

Member Function Documentation

static EXPORT Assert::fpt_Assert_sz_n_sz ( doAssert  )
static

Member Data Documentation

Assert * Assert::s_pAssert = new Assert(Assert::doAssert)
static

Definition at line 173 of file Assert.hpp.


The documentation for this class was generated from the following files: