摘要:
#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); ... 阅读全文
摘要:
RefBase system/core/include/utils/RefBase.h IInterface frameworks/native/include/binder/IInterface.h IBinder frameworks/native/include/binder/IBinder. 阅读全文