Changeset 1978
- Timestamp:
- 03/27/12 14:18:43 (15 months ago)
- Files:
-
- 1 modified
-
trunk/lib/bitblock_scan.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/bitblock_scan.hpp
r1977 r1978 69 69 } 70 70 71 IDISA_ALWAYS_INLINE bool is_done() {return (-1== pos);}71 IDISA_ALWAYS_INLINE bool is_done() {return (-1==this->pos);} 72 72 IDISA_ALWAYS_INLINE void set_strm(const bitblock_t * strm) {return this->strm = strm;} 73 73 IDISA_ALWAYS_INLINE const bitblock_t * get_strm() const {return this->strm;} … … 109 109 } 110 110 111 IDISA_ALWAYS_INLINE bool is_done() {return (-1== pos);}111 IDISA_ALWAYS_INLINE bool is_done() {return (-1==this->pos);} 112 112 IDISA_ALWAYS_INLINE void set_strm(const bitblock_t * strm) {return this->strm = strm;} 113 113 IDISA_ALWAYS_INLINE const bitblock_t * get_strm() const {return this->strm;}
