void GedgePtrBag::add(Gedge *pointer) {d_root_p = new GedgePtrBagLink(pointer,d_root_p);}
This constructs a new GedgePtrBagLink object using the GedgePtrBagLink constructor: