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

Default return type of find_or_insert. More...

#include <LZ78Trie.hpp>

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

Public Member Functions

 LZ78TrieNode (factorid_t id, bool is_new)
 
 LZ78TrieNode ()
 
bool is_new () const
 
factorid_t id () const
 

Detailed Description

Default return type of find_or_insert.

Definition at line 22 of file LZ78Trie.hpp.

Constructor & Destructor Documentation

◆ LZ78TrieNode() [1/2]

tdc::lz78::LZ78TrieNode::LZ78TrieNode ( factorid_t  id,
bool  is_new 
)
inline

Definition at line 26 of file LZ78Trie.hpp.

◆ LZ78TrieNode() [2/2]

tdc::lz78::LZ78TrieNode::LZ78TrieNode ( )
inline

Definition at line 28 of file LZ78Trie.hpp.

Member Function Documentation

◆ id()

factorid_t tdc::lz78::LZ78TrieNode::id ( ) const
inline

Definition at line 32 of file LZ78Trie.hpp.

◆ is_new()

bool tdc::lz78::LZ78TrieNode::is_new ( ) const
inline

Definition at line 31 of file LZ78Trie.hpp.


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