FACT++  1.0
std::streambuf::pos_type izstream::seekpos ( std::streambuf::pos_type  pos,
std::ios_base::openmode  = std::ios_base::in 
)
inline

Definition at line 163 of file izstream.h.

References seekoff().

165  {
166  return seekoff(pos, std::ios::beg);
167  }
std::streambuf::pos_type seekoff(std::streambuf::off_type offset, std::ios_base::seekdir dir, std::ios_base::openmode=std::ios_base::in)
Definition: izstream.h:102

+ Here is the call graph for this function: