itloverhpu

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年8月11日

摘要: 类名 类名::函数名 阅读全文
posted @ 2013-08-11 22:19 itloverhpu 阅读(1337) 评论(0) 推荐(0) 编辑

摘要: :: 阅读全文
posted @ 2013-08-11 22:16 itloverhpu 阅读(204) 评论(0) 推荐(0) 编辑

摘要: class Scheduler {public: static Scheduler& instance() {return (*instance_); }protected: static Scheduler* instance_;};就是这句static Scheduler& instance() {return (*instance_); },我知道Scheduler& 表示函数返回值是Scheduler的引用,不明白的是return (*instance_);表明返回的是指针的指针吗?有点晕呀instance()是个函数,这个函数返回一个Schedule... 阅读全文
posted @ 2013-08-11 21:42 itloverhpu 阅读(938) 评论(0) 推荐(0) 编辑

摘要: usb 阅读全文
posted @ 2013-08-11 11:23 itloverhpu 阅读(327) 评论(0) 推荐(0) 编辑