📄 tr_lxn_get_1.cc
字号:
// file: tr_lxn_get_2.cc//// isip include files//#include "train_lex_node.h"#include "train_lex_node_constants.h"// method: get_child_cc//// arguments: none//// return: a Train_Link_list* with the link list of child nodes//// this method gets the link list of child nodes for the current node//Train_Link_list* Train_Lex_node::get_child_cc() { // get the child index-related data and exit gracefully // return child_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -