Definitions for "Template " Add To Word List
Login or Register  | Word Lists | Search History

C++ jargon for the UML parameterized class. [ uml.template.gif ] [ uml.find.gif
Helpful?           0
(generic) A pattern (e.g. a cookie cutter) used to replicate objects. (C++) A facility for creating parameterized class (type) definitions. ( SMS/800) A standard pattern defined by an IXC that specifies the limits and boundaries ( NPA LATA s, etc.) of 800 routing.
Helpful?           0
A questionnare that can be used to assigned to a class to collect results. In the OCA system, a questionnaire is called a Template before it is deployed to a class, and a Survey after it has been deployed.
Helpful?           0
A skeleton or description for an infinite set of classes or functions. A class template is a specification for a family or group of classes. A class template is also known as a parameterized type. A function template is a specification for a family or group of functions.
Helpful?           0
Synonym: parameterized class.
Helpful?           0
A pre-defined structure for an artifact. Synonym: parameterized element.
Helpful?           0
A family of classes or functions where the code remains invariant but operates with variable types.
Helpful?           0