| 146 | typedef SimObjectList::iterator iterator; |
| 147 | typedef SimObjectList::value_type value; |
| 148 | SimObject* front() { return mObjectList.front(); } |
| 149 | SimObject* first() { return mObjectList.first(); } |
| 150 | SimObject* last() { return mObjectList.last(); } |
| 151 | bool empty() const { return mObjectList.empty(); } |
no outgoing calls
no test coverage detected