Exemplo n.º 1
0
		void seek_i(off_type off,std::ios_base::seekdir way){
			hmLib_assert(has_i(),"There is no istream");
			return ptr_i->seelg(off,way);
		}
Exemplo n.º 2
0
		void seek_i(pos_type pos){
			hmLib_assert(has_i(),"There is no istream");
			return ptr_i->seelg(pos);
		}