Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
types.hh File Reference
#include <list>
#include <set>
#include <string>
#include <map>
#include <variant>
#include <vector>

Go to the source code of this file.

Classes

struct  nix::OnStartup< T >
 
struct  nix::Explicit< T >
 
class  nix::BackedStringView
 

Typedefs

typedef std::list< std::string > nix::Strings
 
typedef std::set< std::string > nix::StringSet
 
typedef std::map< std::string, std::string > nix::StringMap
 
typedef std::map< std::string, std::string > nix::StringPairs
 
typedef std::string nix::Path
 
typedef std::string_view nix::PathView
 
typedef std::list< Pathnix::Paths
 
typedef std::set< Pathnix::PathSet
 
typedef std::vector< std::pair< std::string, std::string > > nix::Headers
 

Typedef Documentation

◆ Path

typedef std::string nix::Path

Paths are just strings.