Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | FT_ERR_PREFIX FT_Err_ |
#define | FT_ERR_BASE 0 |
#define | FT_ERRORDEF(e, v, s) e = v, |
#define | FT_ERROR_START_LIST enum { |
#define | FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; |
#define | FT_ERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) |
#define | FT_NOERRORDEF_(e, v, s) FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) |
#define FT_ERR_BASE 0 |
Definition at line 123 of file fterrors.h.
#define FT_ERR_PREFIX FT_Err_ |
Definition at line 108 of file fterrors.h.
#define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; |
Definition at line 135 of file fterrors.h.
#define FT_ERROR_START_LIST enum { |
Definition at line 134 of file fterrors.h.
Definition at line 133 of file fterrors.h.
#define FT_ERRORDEF_ | ( | e, | |
v, | |||
s | |||
) | FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) |
Definition at line 146 of file fterrors.h.
#define FT_NOERRORDEF_ | ( | e, | |
v, | |||
s | |||
) | FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) |
Definition at line 150 of file fterrors.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.