NCBI C++ ToolKit
Macros
hgvs_parser_common.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define VALASSIGN    [_val = _1]
 
#define ACTION0(func)    [bind(func, _val)]
 
#define ACTION1(func)    [bind(func, _1, _val)]
 
#define ACTION2(func)    [bind(func, _1, _2, _val)]
 
#define ACTION3(func)    [bind(func, _1, _2, _3, _val)]
 

Macro Definition Documentation

◆ ACTION0

#define ACTION0 (   func)     [bind(func, _val)]

Definition at line 7 of file hgvs_parser_common.hpp.

◆ ACTION1

#define ACTION1 (   func)     [bind(func, _1, _val)]

Definition at line 10 of file hgvs_parser_common.hpp.

◆ ACTION2

#define ACTION2 (   func)     [bind(func, _1, _2, _val)]

Definition at line 13 of file hgvs_parser_common.hpp.

◆ ACTION3

#define ACTION3 (   func)     [bind(func, _1, _2, _3, _val)]

Definition at line 16 of file hgvs_parser_common.hpp.

◆ VALASSIGN

#define VALASSIGN    [_val = _1]

Definition at line 4 of file hgvs_parser_common.hpp.

Modified on Fri Sep 20 14:57:57 2024 by modify_doxy.py rev. 669887