без примеровНайдено в 1 словаре
Вычислительная техника и программирование- dicts.lingvocomputer_en_ru.description
- dicts.lingvocomputer_en_ru.description
template class
C++
шаблонный класс; template-класс (сгенерированный по шаблону (template))
Примеры из текстов
In the new system, ios is a template class with char and wchar_t specializations, while ios_base contains the non-template features.В новой системе класс ios представляет собой класс-шаблон со специализациями char и wchar__t, а класс iosbase содержит нешаблонные свойства.Prata, Stephen / C++ Primer PlusПрата, Стивен / Язык программирования C++. Лекции и упражненияЯзык программирования C++. Лекции и упражненияПрата, Стивен© 2002 by Sams Publishing© Издательский дом "Вильямс", 2006C++ Primer PlusPrata, Stephen© 2002 by Sams Publishing
There, the template class is a double-dispatch engine, and the bool template parameter provides the option of supporting symmetric dispatch or not.В этой главе шаблонный класс представляет собой механизм двойной диспетчеризации, а шаблонный булевский параметр дает возможность осуществлять симметричную диспетчеризацию.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
The vector template class is the simplest of the sequence types and is considered the type that should be used by default unless the program requirements are better satisfied by the particular virtues of the other types.Класс шаблонов vector — это самый простой из типов последовательностей, и он должен использоваться по умолчанию, если только требования программы не удовлетворяются лучше средствами других типов.Prata, Stephen / C++ Primer PlusПрата, Стивен / Язык программирования C++. Лекции и упражненияЯзык программирования C++. Лекции и упражненияПрата, Стивен© 2002 by Sams Publishing© Издательский дом "Вильямс", 2006C++ Primer PlusPrata, Stephen© 2002 by Sams Publishing
The template classes depend on two other global functions, ConstructElements and DestructElements.Классы-шаблоны зависят и от двух других глобальных функций: ConstructElements и DestructElements.Kruglinski, David J.,Wingo, Scot,Shepherd, George / Programming Visual C++Круглински, Д.,Уингоу, С.,Шеферд, Дж. / Программирование на Microsoft Visual C++ 6.0 для профессионаловПрограммирование на Microsoft Visual C++ 6.0 для профессионаловКруглински, Д.,Уингоу, С.,Шеферд, Дж.© Оригинальное издание на английском языке, Д. Круглински, 1998© Перевод на русский язык, Microsoft Corporation, 2000Programming Visual C++Kruglinski, David J.,Wingo, Scot,Shepherd, George© 1998 by David J. Kruglinski
You can use a traits class template, as follows.Для этого можно применить шаблонные классы характеристик.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
The user-provided class template must now accept two template parameters.Шаблонный класс, определенный пользователем, теперь должен принимать два шаблонных параметра.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
You can see the StaticDispatcher class template as a mechanism that achieves dynamic overloading—it defers overloading rules to runtime.Шаблонный класс StaticDispatcher можно рассматривать как механизм динамической перегрузки — он откладывает перегрузку на период выполнения программы.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
This being said, implementing the BinderFirst class template is a breeze.Реализовать класс BinderFi rst очень легко.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Synopsis of class template GenScatterHierarchy:Краткое описание шаблонного класса GenScatterHierarchy:Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
A popular creation policy is to apply the Prototype design pattern; you can easily use Prototype with ConcreteFactory by using the canned PrototypeFactoryUnit class template.Наиболее распространенной стратегией создания объектов является шаблон проектирования Prototype. Эту стратегию можно легко реализовать в классе ConcreteFactory с помощью шаблонного класса PrototypeFactoryunit.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Now we provide a simple class template Visitor.Теперь напишем простой шаблонный класс visitor.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Now that we have it working, let's package everything in a class template that hides all the details of type deduction and exposes only the result.Итак, все детали этого механизма работают хорошо, и настало время упаковать их в шаблонный класс, который скрывает подробности, связанные с процессом вывода классов, оставляя на поверхности лишь окончательный результат.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
To create a class managed by the singleton method, simply derive the class from the singleton template and provide the managed class as the template parameter.Чтобы создать класс, управляемый единственным экземпляром другого класса, просто породите класс с единственным экземпляром от шаблона и передайте управляемый класс как шаблонный параметр.Snook, Greg / Real-Time 3D Terrain Engines Using C++ and DirectX 9Снук, Грег / Создание ЗD-ландшафтов в реальном времени с использованием C++ и DirectX 9Создание ЗD-ландшафтов в реальном времени с использованием C++ и DirectX 9Снук, Грег© Перевод, макет и обложка «ИД КУДИЦ-ОБРАЗ», 2006, 2007© 2003 by CHARLES RIVER MEDIA, INC© 2005, 2007© Translation 2005 by Kudits-ObrazReal-Time 3D Terrain Engines Using C++ and DirectX 9Snook, Greg© 2003 by CHARLES RIVER MEDIA, INC
Добавить в мой словарь
template class
шаблонный класс; template-класс
Переводы пользователей
Пока нет переводов этого текста.
Будьте первым, кто переведёт его!