SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::node_bv_container< t_bv > Class Template Reference

#include <wt_helper.hpp>

Public Types

typedef t_bv::value_type value_type
 
typedef t_bv::size_type size_type
 
typedef t_bv::difference_type difference_type
 
typedef t_bv::const_iterator iterator
 

Public Member Functions

 node_bv_container (iterator b, iterator e)
 
value_type operator[] (size_type i) const
 
size_type size () const
 
iterator begin () const
 
iterator end () const
 

Detailed Description

template<typename t_bv>
class sdsl::node_bv_container< t_bv >

Definition at line 847 of file wt_helper.hpp.

Member Typedef Documentation

◆ difference_type

template<typename t_bv >
typedef t_bv::difference_type sdsl::node_bv_container< t_bv >::difference_type

Definition at line 852 of file wt_helper.hpp.

◆ iterator

template<typename t_bv >
typedef t_bv::const_iterator sdsl::node_bv_container< t_bv >::iterator

Definition at line 853 of file wt_helper.hpp.

◆ size_type

template<typename t_bv >
typedef t_bv::size_type sdsl::node_bv_container< t_bv >::size_type

Definition at line 851 of file wt_helper.hpp.

◆ value_type

template<typename t_bv >
typedef t_bv::value_type sdsl::node_bv_container< t_bv >::value_type

Definition at line 850 of file wt_helper.hpp.

Constructor & Destructor Documentation

◆ node_bv_container()

template<typename t_bv >
sdsl::node_bv_container< t_bv >::node_bv_container ( iterator b,
iterator e )
inline

Definition at line 859 of file wt_helper.hpp.

Member Function Documentation

◆ begin()

template<typename t_bv >
iterator sdsl::node_bv_container< t_bv >::begin ( ) const
inline

Definition at line 869 of file wt_helper.hpp.

◆ end()

template<typename t_bv >
iterator sdsl::node_bv_container< t_bv >::end ( ) const
inline

Definition at line 873 of file wt_helper.hpp.

◆ operator[]()

template<typename t_bv >
value_type sdsl::node_bv_container< t_bv >::operator[] ( size_type i) const
inline

Definition at line 861 of file wt_helper.hpp.

◆ size()

template<typename t_bv >
size_type sdsl::node_bv_container< t_bv >::size ( ) const
inline

Definition at line 865 of file wt_helper.hpp.


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