#include "common.h"#include "lanes.h"Go to the source code of this file.
Defines | |
| #define | IS_NODE(x) (x == NODE || x == NODE_R || x == NODE_L) |
| #define IS_NODE | ( | x | ) | (x == NODE || x == NODE_R || x == NODE_L) |
Definition at line 12 of file lanes.cpp.
Referenced by Lanes::afterFork(), Lanes::afterMerge(), and Lanes::setInitial().
1.5.3