Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
value-to-xml.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
nixexpr.hh
"
5
#include "
eval.hh
"
6
7
#include <string>
8
#include <map>
9
10
namespace
nix {
11
12
void
printValueAsXML(
EvalState
& state,
bool
strict,
bool
location,
13
Value
& v, std::ostream & out, NixStringContext & context,
const
PosIdx
pos);
14
15
}
nix::EvalState
Definition
eval.hh:182
nix::PosIdx
Definition
pos-idx.hh:9
eval.hh
nixexpr.hh
nix::Value
Definition
value.hh:167
src
libexpr
value-to-xml.hh
Generated by
1.13.2