Flex  0.17.9
Public Member Functions | Private Attributes | List of all members
gs::SingleImmutableGraphView< std::string_view > Class Reference

#include <read_transaction.h>

Collaboration diagram for gs::SingleImmutableGraphView< std::string_view >:
Collaboration graph
[legend]

Public Member Functions

 SingleImmutableGraphView (const SingleImmutableCsr< std::string_view > &csr)
 
bool exist (vid_t v) const
 
ImmutableNbr< std::string_view > get_edge (vid_t v) const
 

Private Attributes

const SingleImmutableCsr< std::string_view > & csr_
 

Constructor & Destructor Documentation

◆ SingleImmutableGraphView()

gs::SingleImmutableGraphView< std::string_view >::SingleImmutableGraphView ( const SingleImmutableCsr< std::string_view > &  csr)
inline

Member Function Documentation

◆ exist()

bool gs::SingleImmutableGraphView< std::string_view >::exist ( vid_t  v) const
inline

◆ get_edge()

ImmutableNbr<std::string_view> gs::SingleImmutableGraphView< std::string_view >::get_edge ( vid_t  v) const
inline

Member Data Documentation

◆ csr_

const SingleImmutableCsr<std::string_view>& gs::SingleImmutableGraphView< std::string_view >::csr_
private

The documentation for this class was generated from the following file: