tudocomp
– The TU Dortmund Compression Framework
tdc::lz78::cedar::CedarTrieNode Class Reference

#include <CedarTrie.hpp>

Inheritance diagram for tdc::lz78::cedar::CedarTrieNode:
tdc::lz78::LZ78TrieNode

Public Member Functions

 CedarTrieNode (factorid_t id, bool is_new, size_t search_pos)
 
 CedarTrieNode ()
 
size_t search_pos () const
 
- Public Member Functions inherited from tdc::lz78::LZ78TrieNode
 LZ78TrieNode (factorid_t id, bool is_new)
 
 LZ78TrieNode ()
 
bool is_new () const
 
factorid_t id () const
 

Detailed Description

Definition at line 13 of file CedarTrie.hpp.

Constructor & Destructor Documentation

◆ CedarTrieNode() [1/2]

tdc::lz78::cedar::CedarTrieNode::CedarTrieNode ( factorid_t  id,
bool  is_new,
size_t  search_pos 
)
inline

Definition at line 16 of file CedarTrie.hpp.

◆ CedarTrieNode() [2/2]

tdc::lz78::cedar::CedarTrieNode::CedarTrieNode ( )
inline

Definition at line 18 of file CedarTrie.hpp.

Member Function Documentation

◆ search_pos()

size_t tdc::lz78::cedar::CedarTrieNode::search_pos ( ) const
inline

Definition at line 21 of file CedarTrie.hpp.


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