|
CFx SDK Documentation 2026 SP0
|
Go to the source code of this file.
Macros | |
| #define | FMGE_ASSERT(x) |
| #define | FMGE_ASSERTMSG(x, c) |
| #define | FMGE_VERIFY(x) |
| #define | FMGE_VERIFYMSG(x, c) |
| #define | FMGE_FAULT(c) |
| #define | FMGE_MUSTNOTEXECUTE ((void)0) |
| #define | FMGE_TRACE(x) |
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,...) |
| #define FMGE_ASSERT | ( | x | ) |
Definition at line 121 of file FMGeometryDebug.h.
| #define FMGE_ASSERTMSG | ( | x, | |
| c ) |
Definition at line 122 of file FMGeometryDebug.h.
| #define FMGE_FAULT | ( | c | ) |
Definition at line 125 of file FMGeometryDebug.h.
| #define FMGE_MUSTNOTEXECUTE ((void)0) |
Definition at line 126 of file FMGeometryDebug.h.
| #define FMGE_TRACE | ( | x | ) |
Definition at line 127 of file FMGeometryDebug.h.
| #define FMGE_VERIFY | ( | x | ) |
Definition at line 123 of file FMGeometryDebug.h.
| #define FMGE_VERIFYMSG | ( | x, | |
| c ) |
Definition at line 124 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 | ) |
| void FMGEOMETRY_API FMGeTrace | ( | const OdChar * | strFormat, |
| ... ) |