Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qptrdict-h.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - QPtrDict Class
The QPtrDict class is a template class that provides a dictionary based on void* keys. ... QPtrDict ( const QPtrDict<type> & dict ) . ... void insert ( void * key, const type * item ) . void replace ( void * key, const type * item ) . ... A dictionary is a collection that associates an item with a key. ... The dictionary in our example maps int* keys to char* items. ... Equivalent to: QPtrDict <char> dict; ... if ( dict. find (key) ) dict. remove ( key ); dict. insert ( key, item ); . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qptrdict.html -- 15.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда