This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
guix
Watch
1
Star
0
Fork
You've already forked guix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
82951e5582
guix
/
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 18:59:03 +00:00
#
pragma once
* Factored out dot graph generation into a separate file.
2003-09-03 11:20:18 +00:00
* Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++.
2006-09-04 21:06:23 +00:00
#
include
"types.hh"
namespace
nix
{
* Factored out dot graph generation into a separate file.
2003-09-03 11:20:18 +00: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 15:06:59 +00:00
void
printDotGraph
(
const
PathSet
&
roots
)
;
* Factored out dot graph generation into a separate file.
2003-09-03 11:20:18 +00:00
* Use a proper namespace. * Optimise header file usage a bit. * Compile the parser as C++.
2006-09-04 21:06:23 +00:00
}
Reference in a new issue
Copy permalink