Home
last modified time | relevance | path

Searched defs:Branch_ptr (Results 1 – 3 of 3) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Dtypes.h40 typedef boost::shared_ptr<Branch> Branch_ptr; typedef
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dbranch.h166 virtual bool CanRemove(Branch_ptr) { return true; }; in CanRemove() argument
H A Dbranch.cpp339 void Branch::ReplaceChild(Branch_ptr, Branch_ptr newchild) in ReplaceChild() argument