예제 #1
0
파일: Util.cpp 프로젝트: ming-hai/freeze
 virtual bool visitClassDefStart(const ClassDefPtr& p)
 {
     if(p->compactId() != -1)
     {
         _r->add(p->compactId(), p->scoped());
     }
     return true;
 }