This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
73874629ef
tvl-depot
/
src
/
nix-store
/
dotgraph.hh
10 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Use "#pragma once" to prevent repeated header file inclusion
2012-07-18 20:59:03 +02:00
#
pragma once
* Factored out dot graph generation into a separate file.
2003-09-03 13:20:18 +02:00
* Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++.
2006-09-04 23:06:23 +02:00
#
include
"types.hh"
namespace
nix
{
* Factored out dot graph generation into a separate file.
2003-09-03 13:20:18 +02:00
* Get rid of identifiers since they are redundant now. This greatly simplifies stuff. * The format of Nix expressions and the database schema changed because of this, so it's best to delete old Nix installations.
2003-10-08 17:06:59 +02:00
void
printDotGraph
(
const
PathSet
&
roots
)
;
* Factored out dot graph generation into a separate file.
2003-09-03 13:20:18 +02:00
* Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++.
2006-09-04 23:06:23 +02:00
}
Reference in a new issue
Copy permalink