| 42 | } |
| 43 | |
| 44 | size_t LoungeableObject::anchorCount() const { |
| 45 | return m_sitPositions.size(); |
| 46 | } |
| 47 | |
| 48 | LoungeAnchorConstPtr LoungeableObject::loungeAnchor(size_t positionIndex) const { |
| 49 | if (positionIndex >= m_sitPositions.size()) |
no test coverage detected