CFx SDK Documentation
2022 SP0
|
Go to the source code of this file.
Macros | |
#define | FMGE_ASSERT(x) ((void)0) |
#define | FMGE_ASSERTMSG(x, c) ((void)0) |
#define | FMGE_VERIFY(x) (x) |
#define | FMGE_VERIFYMSG(x, c) (x) |
#define | FMGE_FAULT(c) ((void)0) |
#define | FMGE_MUSTNOTEXECUTE ((void)0) |
#define | FMGE_TRACE(x) ((void)0) |
Typedefs | |
typedef void(* | FMGeAssertFuncPtr) (const OdChar *strFile, int iLine, const OdChar *strExpr, const OdChar *strComment, bool *pIgnoreThis) |
typedef void(* | FMGeTraceFuncPtr) (const OdChar *strExpr) |
Functions | |
FMGeAssertFuncPtr FMGEOMETRY_API | FMGeSetAssertFunc (FMGeAssertFuncPtr ptrAssert) |
FMGeTraceFuncPtr FMGEOMETRY_API | FMGeSetTraceFunc (FMGeTraceFuncPtr ptrTrace) |
void FMGEOMETRY_API | FMGeAssert (const OdChar *strFile, int iLine, const OdChar *strExpr, const OdChar *strComment, bool *pIgnoreThis) |
void FMGEOMETRY_API | FMGeTrace (const OdChar *strFormat,...) |
Definition at line 125 of file FMGeometryDebug.h.
Definition at line 126 of file FMGeometryDebug.h.
#define FMGE_FAULT | ( | c | ) | ((void)0) |
Definition at line 129 of file FMGeometryDebug.h.
#define FMGE_MUSTNOTEXECUTE ((void)0) |
Definition at line 130 of file FMGeometryDebug.h.
Definition at line 131 of file FMGeometryDebug.h.
Definition at line 127 of file FMGeometryDebug.h.
Definition at line 128 of file FMGeometryDebug.h.
typedef void(* FMGeAssertFuncPtr) (const OdChar *strFile, int iLine, const OdChar *strExpr, const OdChar *strComment, bool *pIgnoreThis) |
Definition at line 29 of file FMGeometryDebug.h.
Definition at line 37 of file FMGeometryDebug.h.
void FMGEOMETRY_API FMGeAssert | ( | const OdChar * | strFile, |
int | iLine, | ||
const OdChar * | strExpr, | ||
const OdChar * | strComment, | ||
bool * | pIgnoreThis | ||
) |
FMGeAssertFuncPtr FMGEOMETRY_API FMGeSetAssertFunc | ( | FMGeAssertFuncPtr | ptrAssert | ) |
FMGeTraceFuncPtr FMGEOMETRY_API FMGeSetTraceFunc | ( | FMGeTraceFuncPtr | ptrTrace | ) |