📄 tr_ht_get_1.cc
字号:
// file: tr_ht_get_1.cc//// isip include files//#include "train_hash_table.h"#include "train_hash_table_constants.h" // method: get_cells_cc//// arguments: none//// return: an Train_Hash_cell** with the cells of the hash table//// this method gets the cells of the hash table//Train_Hash_cell** Train_Hash_table::get_cells_cc() { // get cells of hash table and exit gracefully // return cells_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -