VAPOR3
3.9.4
include
vapor
VAssert.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
vapor/common.h
>
4
5
namespace
Wasp
{
6
COMMON_API
void
_VAssertFailed
(
const
char
*expr,
const
char
*path,
const
unsigned
int
line);
7
}
8
9
#define VAssert(expr) ((expr) ? (void)0 : Wasp::_VAssertFailed(#expr, __FILE__, __LINE__))
common.h
COMMON_API
#define COMMON_API
Definition:
common.h:72
Wasp
Definition:
CFuncs.h:31
Wasp::_VAssertFailed
COMMON_API void _VAssertFailed(const char *expr, const char *path, const unsigned int line)
Generated by
1.9.6