SDSL 3.0.1
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 57 of file wt_helper.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : uint64_t
Enumerator
undef 

Definition at line 64 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 792 of file wt_helper.hpp.

Member Data Documentation

◆ child

uint64_t sdsl::pc_node::child[2]

Definition at line 62 of file wt_helper.hpp.

◆ freq

uint64_t sdsl::pc_node::freq

Definition at line 59 of file wt_helper.hpp.

◆ parent

uint64_t sdsl::pc_node::parent

Definition at line 61 of file wt_helper.hpp.

◆ sym

uint64_t sdsl::pc_node::sym

Definition at line 60 of file wt_helper.hpp.


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