Lines Matching defs:RecTy
140 of the ``RecTy`` class (see `RecTy`_).
158 ``RecTy``
161 The ``RecTy`` class is used to represent the types of field values. It is
163 available field types. The ``RecTy`` class has one data member that is an
167 The ``RecTy`` class provides a few useful functions.
181 The subclasses that inherit from ``RecTy`` are
193 *All* of the classes derived from ``RecTy`` provide the ``get()`` function.
199 A ``RecTy`` instance can be printed to an output stream with the ``<<``
203 It is not specified whether there is a single ``RecTy`` instance of a
222 The ``get()`` function takes the ``RecTy`` *type* of the list members and
294 This class includes a data member that specifies the ``RecTy`` type of the
295 value. It provides a function to get that ``RecTy`` type.
656 ``RecTy``,