NCBI C++ ToolKit
|
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)] |
#define ACTION0 | ( | func | ) | [bind(func, _val)] |
Definition at line 7 of file hgvs_parser_common.hpp.
#define ACTION1 | ( | func | ) | [bind(func, _1, _val)] |
Definition at line 10 of file hgvs_parser_common.hpp.
#define ACTION2 | ( | func | ) | [bind(func, _1, _2, _val)] |
Definition at line 13 of file hgvs_parser_common.hpp.
#define ACTION3 | ( | func | ) | [bind(func, _1, _2, _3, _val)] |
Definition at line 16 of file hgvs_parser_common.hpp.
#define VALASSIGN [_val = _1] |
Definition at line 4 of file hgvs_parser_common.hpp.