Templates Scripts & Reviews @ Your Free Web Pages
22 links (22 regular and 0 reciprocal) in this category
|
Using Template Functions to Customize Library Behavior
Looks at function templates and how they can be used to provide hooks for customizing behavior. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Typedef Templates
Describes an extension to the C++ standard: typedef templates. Also shows workarounds for current C++ compilers. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Typed Buffers, Part 1
This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Typed Buffers, Part 2
This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Traits
A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Template Metaprogramming
With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Template Argument Matching
Takes a look at template argument matching and shows two limitation of Microsoft's compiler in this regard. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Templates and Inheritance Interacting in C++
Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Templates for Efficient Dynamic Type Checking
Ivan J. Johnson's template that makes it easy to check casts without losing performance Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Template MetaProgramming in C++
Presentation with extended examples C++ template meta-programming. [PDF] Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Policy-Based Class Design in C++
Describes policies and policy classes, important class design techniques that enable the creation of flexible, highly reusable libraries. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Partial Template Specialization and "operator->*"
Scott Meyers shows how to make smart pointers as behaviorally compatible with built-in pointers as possible by supporting operator->*. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Partial Template Implementation
Describes partial template specialization and partial ordering of function templates. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Multiple Dispatch: A New Approach Using Templates and RTTI
This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI). Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |

(0/5 based on 0 votes)