示例#1
0
 inline void Branch(string tree,string name,char type){ output_->Branch(tree,name,type);}
示例#2
0
 inline void Branch(string tree,string name,char type,int MAXN=10, string num=""){ output_->Branch(tree,name,type,MAXN,num);}