SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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 (t_cst const *cst, node_type v)
 cst_node_child_proxy (cst_node_child_proxy const &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 74 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 77 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 78 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 79 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 ( t_cst const * cst,
node_type v )
inlineexplicit

Definition at line 87 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 ( cst_node_child_proxy< t_cst > const & p)
inline

Definition at line 88 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 99 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 103 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 91 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 95 of file suffix_tree_helper.hpp.


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