RMVL  2.1.0-dev
Robotic Manipulation and Vision Library
载入中...
搜索中...
未找到
rmvldef.hpp 文件参考
此图展示该文件被哪些文件直接或间接地引用了:

宏定义

#define __RMVL_CAT__(x, y)
 
#define __RMVL_CAT_(x, y)
 
#define __RMVL_CAT(x, y)
 
#define __RMVL_EXPAND(x)
 
#define RMVL_Func   "<unknown>"
 
#define RMVL_EXPORTS
 
#define RMVL_EXPORTS_W   RMVL_EXPORTS
 Export symbol and generate wrapper code
 
#define RMVL_EXPORTS_W_AG   RMVL_EXPORTS
 Export symbol, specify as aggregate class, and generate wrapper code
 
#define RMVL_W
 Generate wrapper code for methods
 
#define RMVL_W_RW
 Generate wrapper code for read-write properties
 

宏定义说明

◆ __RMVL_CAT

#define __RMVL_CAT ( x,
y )
值:
#define __RMVL_CAT_(x, y)
定义 rmvldef.hpp:5

◆ __RMVL_CAT_

#define __RMVL_CAT_ ( x,
y )
值:
#define __RMVL_CAT__(x, y)
定义 rmvldef.hpp:4

◆ __RMVL_CAT__

#define __RMVL_CAT__ ( x,
y )
值:
x##y

◆ __RMVL_EXPAND

#define __RMVL_EXPAND ( x)
值:
x

◆ RMVL_EXPORTS

#define RMVL_EXPORTS

◆ RMVL_EXPORTS_W

#define RMVL_EXPORTS_W   RMVL_EXPORTS

Export symbol and generate wrapper code

◆ RMVL_EXPORTS_W_AG

#define RMVL_EXPORTS_W_AG   RMVL_EXPORTS

Export symbol, specify as aggregate class, and generate wrapper code

◆ RMVL_Func

#define RMVL_Func   "<unknown>"

◆ RMVL_W

#define RMVL_W

Generate wrapper code for methods

◆ RMVL_W_RW

#define RMVL_W_RW

Generate wrapper code for read-write properties