コード例 #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;
 }