SDSL 3.0.1
Succinct Data Structure Library
sdsl::cst_node_child_proxy< t_cst > Class Template Reference

#include <suffix_tree_helper.hpp>

Public Types

using iterator_type = cst_node_child_proxy_iterator< t_cst >
 
using node_type = typename t_cst::node_type
 
using size_type = typename t_cst::size_type
 

Public Member Functions

 cst_node_child_proxy ()=delete
 
 cst_node_child_proxy (const t_cst *cst, node_type v)
 
 cst_node_child_proxy (const cst_node_child_proxy &p)
 
node_type operator[] (size_type i) const
 
size_type size ()
 
iterator_type begin () const
 
iterator_type end () const
 

Detailed Description

template<class t_cst>
class sdsl::cst_node_child_proxy< t_cst >

Definition at line 67 of file suffix_tree_helper.hpp.

Member Typedef Documentation

◆ iterator_type

template<class t_cst >
using sdsl::cst_node_child_proxy< t_cst >::iterator_type = cst_node_child_proxy_iterator<t_cst>

Definition at line 70 of file suffix_tree_helper.hpp.

◆ node_type

template<class t_cst >
using sdsl::cst_node_child_proxy< t_cst >::node_type = typename t_cst::node_type

Definition at line 71 of file suffix_tree_helper.hpp.

◆ size_type

template<class t_cst >
using sdsl::cst_node_child_proxy< t_cst >::size_type = typename t_cst::size_type

Definition at line 72 of file suffix_tree_helper.hpp.

Constructor & Destructor Documentation

◆ cst_node_child_proxy() [1/3]

template<class t_cst >
sdsl::cst_node_child_proxy< t_cst >::cst_node_child_proxy ( )
delete

◆ cst_node_child_proxy() [2/3]

template<class t_cst >
sdsl::cst_node_child_proxy< t_cst >::cst_node_child_proxy ( const t_cst *  cst,
node_type  v 
)
inlineexplicit

Definition at line 80 of file suffix_tree_helper.hpp.

◆ cst_node_child_proxy() [3/3]

template<class t_cst >
sdsl::cst_node_child_proxy< t_cst >::cst_node_child_proxy ( const cst_node_child_proxy< t_cst > &  p)
inline

Definition at line 83 of file suffix_tree_helper.hpp.

Member Function Documentation

◆ begin()

template<class t_cst >
iterator_type sdsl::cst_node_child_proxy< t_cst >::begin ( ) const
inline

Definition at line 93 of file suffix_tree_helper.hpp.

◆ end()

template<class t_cst >
iterator_type sdsl::cst_node_child_proxy< t_cst >::end ( ) const
inline

Definition at line 94 of file suffix_tree_helper.hpp.

◆ operator[]()

template<class t_cst >
node_type sdsl::cst_node_child_proxy< t_cst >::operator[] ( size_type  i) const
inline

Definition at line 88 of file suffix_tree_helper.hpp.

◆ size()

template<class t_cst >
size_type sdsl::cst_node_child_proxy< t_cst >::size ( )
inline

Definition at line 92 of file suffix_tree_helper.hpp.


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