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

Namespaces

namespace  handlegraph
 

Functions

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

Detailed Description

Implement operators for libhandlegraph value types