Searched refs:m_ObjectList (Results 1 – 1 of 1) sorted by relevance
75 const ObjectList& getObjectList() const { return m_ObjectList; } in getObjectList()76 ObjectList& getObjectList() { return m_ObjectList; } in getObjectList()78 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } in obj_begin()79 obj_iterator obj_begin() { return m_ObjectList.begin(); } in obj_begin()80 const_obj_iterator obj_end() const { return m_ObjectList.end(); } in obj_end()81 obj_iterator obj_end() { return m_ObjectList.end(); } in obj_end()167 ObjectList m_ObjectList; variable