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

#include <read_transaction.h>

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

Public Member Functions

 SingleGraphView (const SingleMutableCsr< std::string_view > &csr, timestamp_t timestamp)
 
bool exist (vid_t v) const
 
MutableNbr< std::string_view > get_edge (vid_t v) const
 

Private Attributes

const SingleMutableCsr< std::string_view > & csr_
 
timestamp_t timestamp_
 

Constructor & Destructor Documentation

◆ SingleGraphView()

gs::SingleGraphView< std::string_view >::SingleGraphView ( const SingleMutableCsr< std::string_view > &  csr,
timestamp_t  timestamp 
)
inline

Member Function Documentation

◆ exist()

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

◆ get_edge()

MutableNbr<std::string_view> gs::SingleGraphView< std::string_view >::get_edge ( vid_t  v) const
inline

Member Data Documentation

◆ csr_

const SingleMutableCsr<std::string_view>& gs::SingleGraphView< std::string_view >::csr_
private

◆ timestamp_

timestamp_t gs::SingleGraphView< std::string_view >::timestamp_
private

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