📄 tr_hc_get_0.cc
字号:
// file: tr_hc_get_0.cc// // isip include files//#include "train_hash_cell.h"#include "train_hash_cell_constants.h" // method: get_key_cc//// arguments: none//// return: a logical_1 indicating successs//// this method gets key string//logical_1 Train_Hash_cell::get_key_cc(char_1*& key_str_a) { // free existing memory // key_str_a = key_str_d; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -