Пример #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);}