SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::pc_node Struct Reference

#include <wt_helper.hpp>

Public Types

enum  : uint64_t { undef = 0xFFFFFFFFFFFFFFFFULL }
 

Public Member Functions

 pc_node (uint64_t freq=0, uint64_t sym=0, uint64_t parent=undef, uint64_t child_left=undef, uint64_t child_right=undef)
 

Public Attributes

uint64_t freq
 
uint64_t sym
 
uint64_t parent
 
uint64_t child [2]
 

Detailed Description

Definition at line 72 of file wt_helper.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : uint64_t
Enumerator
undef 

Definition at line 79 of file wt_helper.hpp.

Constructor & Destructor Documentation

◆ pc_node()

sdsl::pc_node::pc_node ( uint64_t freq = 0,
uint64_t sym = 0,
uint64_t parent = undef,
uint64_t child_left = undef,
uint64_t child_right = undef )
inline

Definition at line 922 of file wt_helper.hpp.

Member Data Documentation

◆ child

uint64_t sdsl::pc_node::child[2]

Definition at line 77 of file wt_helper.hpp.

◆ freq

uint64_t sdsl::pc_node::freq

Definition at line 74 of file wt_helper.hpp.

◆ parent

uint64_t sdsl::pc_node::parent

Definition at line 76 of file wt_helper.hpp.

◆ sym

uint64_t sdsl::pc_node::sym

Definition at line 75 of file wt_helper.hpp.


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