5#ifndef PYANALYSISEXAMPLES_MYOBJ_H
6#define PYANALYSISEXAMPLES_MYOBJ_H
23 template <
class T>
void setA(T
a)
25 std::cout <<
" C++ setA " <<
typeid(
a).
name() <<
" " <<
a << std::endl;
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
MyObj(const std::string &name)
const std::string & name()