Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros
fterrors.h File Reference

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 )
 

Macro Definition Documentation

◆ FT_ERR_BASE

#define FT_ERR_BASE   0

Definition at line 123 of file fterrors.h.

◆ FT_ERR_PREFIX

#define FT_ERR_PREFIX   FT_Err_

Definition at line 108 of file fterrors.h.

◆ FT_ERROR_END_LIST

#define FT_ERROR_END_LIST   FT_ERR_CAT( FT_ERR_PREFIX, Max ) };

Definition at line 135 of file fterrors.h.

◆ FT_ERROR_START_LIST

#define FT_ERROR_START_LIST   enum {

Definition at line 134 of file fterrors.h.

◆ FT_ERRORDEF

#define FT_ERRORDEF (   e,
  v,
  s 
)    e = v,

Definition at line 133 of file fterrors.h.

◆ FT_ERRORDEF_

#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.

◆ FT_NOERRORDEF_

#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.