Sciweavers

284 search results - page 1 / 57
» A Semantic Analysis of C Templates
Sort
View
68
Voted
ECOOP
2006
Springer
15 years 2 months ago
A Semantic Analysis of C++ Templates
Templates are a powerful but poorly understood feature of the C++ language. Their syntax resembles the parameterized classes of other languages (e.g., of Java). But because C++ sup...
Jeremy G. Siek, Walid Taha
96
Voted
PEPM
1999
ACM
15 years 3 months ago
C++ Templates as Partial Evaluation
This paper explores the relationship between C++ templates and partial evaluation. Templates were designed to support generic programming but unintentionally provided the ability ...
Todd L. Veldhuizen
93
Voted
CC
2005
Springer
195views System Software» more  CC 2005»
15 years 26 days ago
Compilation of Generic Regular Path Expressions Using C++ Class Templates
Various techniques for the navigation and matching of data structures using path expressions have been the subject of extensive investigations. No matter whether such techniques ar...
Luca Padovani
67
Voted
DASFAA
2005
IEEE
91views Database» more  DASFAA 2005»
15 years 4 months ago
Semantic Characterization of Real World Events
Reducing the latency of information delivery in an event driven world has always been a challenge. It is often necessary to completely capture the attributes of events and relation...
Aparna Nagargadde, Sridhar Varadarajan, Krithi Ram...
89
Voted
GPCE
2009
Springer
14 years 8 months ago
Generating safe template languages
Template languages are widely used within generative programming, because they provide intuitive means to generate software artefacts expressed in a specific object language. Howe...
Florian Heidenreich, Jendrik Johannes, Mirko Seife...