|
CUBRID Engine
latest
|
#include "regu_var.hpp"#include "memory_alloc.h"#include "object_primitive.h"#include "xasl_predicate.hpp"
Go to the source code of this file.
Macros | |
| #define | map_regu_and_check_stop(regu) { (regu)->map_regu (func, stop); if (stop) return; } |
| #define | map_regu_not_null_and_check_stop(regu) if ((regu) != NULL) map_regu_and_check_stop (regu) |
| #define map_regu_and_check_stop | ( | regu | ) | { (regu)->map_regu (func, stop); if (stop) return; } |
Referenced by regu_variable_node::map_regu().
| #define map_regu_not_null_and_check_stop | ( | regu | ) | if ((regu) != NULL) map_regu_and_check_stop (regu) |
Referenced by regu_variable_node::map_regu().