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

/vbox/src/VBox/Main/include/
H A Dobjectslist.h48 typedef ComObjPtr<T> MyType; typedef in class:ObjectsList
49 typedef std::list<MyType> MyList;
86 void addChild(MyType p)
97 void removeChild(MyType p)
138 MyType q = m_ll.front();
170 MyType front()
195 void insert(iterator it, MyType &p)

Completed in 88 milliseconds