vg
tools for working with variation graphs
Namespaces | Functions
types.cpp File Reference
#include "handlegraph/types.hpp"
#include "handlegraph/util.hpp"

Namespaces

 handlegraph
 

Functions

bool handlegraph::operator== (const handle_t &a, const handle_t &b)
 Define equality on handles. More...
 
bool handlegraph::operator!= (const handle_t &a, const handle_t &b)
 Define inequality on handles. More...
 
bool handlegraph::operator== (const path_handle_t &a, const path_handle_t &b)
 Define equality on path handles. More...
 
bool handlegraph::operator!= (const path_handle_t &a, const path_handle_t &b)
 Define inequality on path handles. More...
 
bool handlegraph::operator== (const step_handle_t &a, const step_handle_t &b)
 Define equality on step handles. More...
 
bool handlegraph::operator!= (const step_handle_t &a, const step_handle_t &b)
 Define inequality on step handles. More...
 
bool handlegraph::operator== (const net_handle_t &a, const net_handle_t &b)
 Define equality on net handles. More...
 
bool handlegraph::operator!= (const net_handle_t &a, const net_handle_t &b)
 Define inequality on net handles. More...
 

Detailed Description

Implement operators for libhandlegraph value types