Esempio 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);
		}
Esempio n. 2
0
		void seek_i(pos_type pos){
			hmLib_assert(has_i(),"There is no istream");
			return ptr_i->seelg(pos);
		}