problemscpp
A collection of my answers to algorithm problems in c++.
Public 成员函数 | Public 属性 | 所有成员列表
acwing::acwing149::huff_tree类 参考

#include <acwing408.h>

Public 成员函数

 huff_tree (u_int64_t val, u_int64_t height, u_int64_t k)
 

Public 属性

vector< huff_tree * > children
 
u_int64_t height
 
u_int64_t val
 

详细描述

在文件 acwing408.h105 行定义.

构造及析构函数说明

◆ huff_tree()

acwing::acwing149::huff_tree::huff_tree ( u_int64_t  val,
u_int64_t  height,
u_int64_t  k 
)
inline

在文件 acwing408.h110 行定义.

110: val(val), height(height), children(k, nullptr) {};
vector< huff_tree * > children
Definition: acwing408.h:109

类成员变量说明

◆ children

vector<huff_tree *> acwing::acwing149::huff_tree::children

在文件 acwing408.h109 行定义.

被这些函数引用 acwing::acwing149::main().

◆ height

u_int64_t acwing::acwing149::huff_tree::height

在文件 acwing408.h108 行定义.

被这些函数引用 acwing::acwing149::main() , 以及 acwing::acwing149::Compare::operator()().

◆ val

u_int64_t acwing::acwing149::huff_tree::val

在文件 acwing408.h107 行定义.

被这些函数引用 acwing::acwing149::main() , 以及 acwing::acwing149::Compare::operator()().


该类的文档由以下文件生成: