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