Loading...
Please wait, while we are loading the content...
Similar Documents
Adaptable component frameworks: using vector from the C++ standard library as an example
| Content Provider | ACM Digital Library |
|---|---|
| Author | Simonsen, Bo Katajainen, Jyrki |
| Abstract | The CPH STL is a special edition of the STL, the containers and algorithms part of the C++ standard library. The specification of the generic components of the STL is given in the C++ standard. Any implementation of the STL, e.g. the one that ships with your standard-compliant C++ compiler, should provide at least one realization for each container that has the specified characteristics with respect to performance and safety. In the CPH STL project, our goal is to provide several alternative realizations for each STL container. For example, for associative containers we can provide almost any kind of balanced search tree. Also, we do provide safe and compact versions of each container. To ease the maintenance of this large collection of implementations, we have developed component frameworks for the STL containers. In this paper, we describe the design and implementation of a component framework for vector, which is undoubtedly the most used container of the C++ standard library. In particular, we specify the details of a vector implementation that is safe with respect to referential integrity and strong exception safety. Additionally, we report the experiences and lessons learnt from the development of component frameworks which we hope to be of benefit to persons engaged in the design and implementation of generic software libraries. |
| Starting Page | 13 |
| Ending Page | 24 |
| Page Count | 12 |
| File Format | |
| ISBN | 9781605585109 |
| DOI | 10.1145/1596614.1596618 |
| Language | English |
| Publisher | Association for Computing Machinery (ACM) |
| Publisher Date | 2009-08-30 |
| Publisher Place | New York |
| Access Restriction | Subscribed |
| Subject Keyword | Efficiency Stl Robustness C++ standard library Generic programming |
| Content Type | Text |
| Resource Type | Article |