vg
tools for working with variation graphs
Namespaces | Functions
zip_code_tree.cpp File Reference
#include "zip_code_tree.hpp"
#include "crash.hpp"

Namespaces

 vg
 
 std
 Hash functor to hash NodeSides using std::hash.
 

Functions

std::ostream & vg::operator<< (std::ostream &out, const ZipCodeTree::tree_item_type_t &type)
 Print an item type to a stream. More...
 
std::ostream & vg::operator<< (std::ostream &out, const ZipCodeTree::distance_iterator::State &state)
 Print an iterator state to a stream. More...
 
std::string std::to_string (const vg::ZipCodeTree::tree_item_type_t &type)
 Make an item type into a string. More...
 
std::string std::to_string (const vg::ZipCodeTree::distance_iterator::State &state)
 Make an iterator state into a string. More...