Searched defs:MyList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A Dobjectslist.h49 typedef std::list<MyType> MyList; typedef in class:ObjectsList
51 typedef typename MyList::iterator iterator;
52 typedef typename MyList::const_iterator const_iterator;
161 MyList& getList()
206 MyList m_ll;

Completed in 45 milliseconds