Click here to Skip to main content
15,891,906 members
Articles / Programming Languages / C++

A Template for Polymorphs

Rate me:
Please Sign up or sign in to vote.
3.67/5 (2 votes)
6 Jul 2020GPL35 min read 7.2K   69   3  
Registering and efficiently accessing polymorphic objects
This article describes the Registry template, which is a container for registering and efficiently accessing objects that share a common base class.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions