摘要: #include using namespace std; template class Test { public: T1 m_t1; public: Test(T1 t1) { this->m_t1 = t1; } }; int main(void) { typedef Test TEST; int a(100); ... 阅读全文
posted @ 2018-09-14 14:47 c&z 阅读(94) 评论(0) 推荐(0) 编辑
摘要: RefBase system/core/include/utils/RefBase.h IInterface frameworks/native/include/binder/IInterface.h IBinder frameworks/native/include/binder/IBinder. 阅读全文
posted @ 2018-09-14 10:34 c&z 阅读(175) 评论(0) 推荐(0) 编辑