well i read it before i posted..there is no explanation of ref-to-pointer.
There is no conceptual difference between a reference to a pointer and a reference to any other variable.
if you need to modify the pointer, not just the data pointed to by it, pass a reference to a pointer