清单 2. 实现文件 Person.cxx

//--------------- begin Person.cxx
#include "Person.h"
// ClassImp provides the implementation of some
// functions defined in the ClassDef macro
ClassImp(Person)
//--------------- end Person.cxx
© . All rights reserved.