Searched refs:m_ObjectList (Results 1 – 1 of 1) sorted by relevance
86 const ObjectList& getObjectList() const { return m_ObjectList; } in getObjectList()87 ObjectList& getObjectList() { return m_ObjectList; } in getObjectList()89 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } in obj_begin()90 obj_iterator obj_begin() { return m_ObjectList.begin(); } in obj_begin()91 const_obj_iterator obj_end () const { return m_ObjectList.end(); } in obj_end()92 obj_iterator obj_end () { return m_ObjectList.end(); } in obj_end()176 ObjectList m_ObjectList; variable