feisty meow concerns codebase  2.140
tree.cpp File Reference
#include "tree.h"
#include <basis/common_outcomes.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/program_wide_logger.h>
#include <structures/stack.h>
Include dependency graph for tree.cpp:

Go to the source code of this file.

Namespaces

 nodes
 

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s) + a_sprintf(" [obj=%p]", this))
 

Variables

const int nodes::BACKWARDS_BRANCH = 0
 

Macro Definition Documentation

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s) + a_sprintf(" [obj=%p]", this))

Definition at line 27 of file tree.cpp.