| 427 | } |
| 428 | template<class View, class Table> |
| 429 | forceinline bool |
| 430 | PosCompact<View,Table>::Status::single(CTAdvisor& a) const { |
| 431 | if (type() != SINGLE) |
| 432 | return false; |
| 433 | assert(type() == 0); |
| 434 | return reinterpret_cast<CTAdvisor*>(s) == &a; |
| 435 | } |
| 436 | template<class View, class Table> |
| 437 | forceinline void |
| 438 | PosCompact<View,Table>::Status::touched(CTAdvisor& a) { |