Metall  v0.28
A persistent memory allocator for data-centric analytics
metall::container::experimental::jgraph::jgdtl Namespace Reference

Classes

class  vertex_iterator_impl
 
class  edge_iterator_impl
 

Functions

template<typename storage_iterator_type >
bool operator== (const vertex_iterator_impl< storage_iterator_type > &lhs, const vertex_iterator_impl< storage_iterator_type > &rhs)
 
template<typename storage_iterator_type >
bool operator!= (const vertex_iterator_impl< storage_iterator_type > &lhs, const vertex_iterator_impl< storage_iterator_type > &rhs)
 
template<typename adj_list_edge_list_iterator_type , typename storage_pointer_type >
bool operator== (const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &lhs, const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &rhs)
 
template<typename adj_list_edge_list_iterator_type , typename storage_pointer_type >
bool operator!= (const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &lhs, const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &rhs)
 

Function Documentation

◆ operator==() [1/2]

template<typename storage_iterator_type >
bool metall::container::experimental::jgraph::jgdtl::operator== ( const vertex_iterator_impl< storage_iterator_type > &  lhs,
const vertex_iterator_impl< storage_iterator_type > &  rhs 
)
inline

◆ operator!=() [1/2]

template<typename storage_iterator_type >
bool metall::container::experimental::jgraph::jgdtl::operator!= ( const vertex_iterator_impl< storage_iterator_type > &  lhs,
const vertex_iterator_impl< storage_iterator_type > &  rhs 
)
inline

◆ operator==() [2/2]

template<typename adj_list_edge_list_iterator_type , typename storage_pointer_type >
bool metall::container::experimental::jgraph::jgdtl::operator== ( const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &  lhs,
const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &  rhs 
)
inline

◆ operator!=() [2/2]

template<typename adj_list_edge_list_iterator_type , typename storage_pointer_type >
bool metall::container::experimental::jgraph::jgdtl::operator!= ( const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &  lhs,
const edge_iterator_impl< adj_list_edge_list_iterator_type, storage_pointer_type > &  rhs 
)
inline