def.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/common/dep.hpp
"
5
#include "
core/common/_nout.hpp
"
6
7
namespace
by {
8
9
const
std::string MANIFEST_FILENAME =
"manifest.leaf"
;
10
11
class
node;
12
class
ntype;
13
typedef
tstr<node> str;
14
typedef
tweak<node> weak;
15
}
_nout.hpp
dep.hpp