object.hh

来自「一个mips虚拟机非常好代码,使用C++来编写的,希望大家多学学,」· HH 代码 · 共 12 行

HH
12
字号
#ifndef object_hh_included#define object_hh_included// Base for most classes. This is totally empty and exists only so that we can// have a concept of a generic object, and hence generic pointer to a member.class Object {    // empty};#endif // object_hh_included

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?