Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qstack-h.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - QStack Class
The QStack class is a template class that provides a stack. ... QStack ( const QStack<type> & s ) . ... QStack<type>& operator= ( const QStack<type> & s ) . ... type* top () const . operator type* ()const . ... A stack is a collection that can be used to push and pop items. ... Returns a reference to the top item on the stack (most recently pushed). ... Removes the top item from the stack and returns it. ... Removes the top item from the stack and deletes it if if autoDelete () is TRUE. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qstack.html -- 6.4 Кб -- 11.07.1998
Похожие документы
Похожие документы