#include <list>
#include <set>
#include <string>
#include <map>
#include <variant>
#include <vector>
Go to the source code of this file.
|
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< Path > | nix::Paths |
|
typedef std::set< Path > | nix::PathSet |
|
typedef std::vector< std::pair< std::string, std::string > > | nix::Headers |
|
◆ Path