Searched defs:direction_type (Results 1 – 2 of 2) sorted by relevance
33 struct direction_type struct37 inline direction_type(side_info const& s, char h, in direction_type() argument53 inline direction_type(char h, bool op, int ha = 0, int hb = 0) in direction_type() function69 char how;72 bool opposite;77 int how_a;78 int how_b;86 int dir_a; // Direction of A-s TO from IP87 int dir_b; // Direction of B-s TO from IP90 side_info sides;[all …]
36 enum direction_type { dir_unknown = -1, dir_from = 0, dir_to = 1 }; enum