feisty meow concerns codebase
2.140
|
#include "packable_tree.h"
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/guards.h>
#include <structures/object_packers.h>
#include <structures/stack.h>
Go to the source code of this file.
Namespaces | |
nodes | |
Macros | |
#define | LOG(s) { if (!!s) {} } |
Enumerations | |
enum | nodes::tree_commands { nodes::BRANCHES_FOLLOW , nodes::ATTACH_BRANCHES , nodes::FINISH } |
#define LOG | ( | s | ) | { if (!!s) {} } |
Definition at line 34 of file packable_tree.cpp.