📄 lxt_cstr_3.cc
字号:
// file: lxt_cstr_3.cc//// isip include files//#include "lex_tree.h"#include "lex_tree_constants.h"// method: constructor//// arguments:// Lex_tree& tree : (input) the lexical tree to copy//// return: none//// this is a copy constructor//Lex_tree::Lex_tree(Lex_tree& tree_a) { // copy the lexical tree // history_d = tree_a.history_d; head_d = tree_a.head_d; status_d = tree_a.status_d; // exit gracefully //}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -