hi there,
to limit nasty surprises users could get (and "effective" side-effects) when using some function of mine looking like so:
void do_stuff(TFile* f) {/*play with TFile::Seek*/}
I'd like to be able to save the current position in the TFile before doing some work and then restore it before exiting that function.
I found TFile::Seek being the equivalent of the good ol' POSIX fseek(3), but what is the equivalent of ftell(3) ?
cheers,
sebastien.
-- #########################################Received on Fri Nov 13 2009 - 15:46:22 CET
# Dr. Sebastien Binet
# Laboratoire de l'Accelerateur Lineaire
# Universite Paris-Sud XI
# Batiment 200
# 91898 Orsay
#########################################
This archive was generated by hypermail 2.2.0 : Fri Nov 13 2009 - 17:50:03 CET