casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
casa::TVec_global_functions_enum Struct Reference

Enumeration of possible table vectors. More...

#include <TVec.h>

List of all members.

Public Types

enum  TabVecTag {
  TagScaCol,
  TagTemp
}

Detailed Description

Enumeration of possible table vectors.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
<h3>Intended use:</h3> Internal
<h3>Synopsis</h3>
Define the type of table vectors.
Alas, this enum has to be defined outside the class, because
some compilers do not support an enum in a templated class.

Definition at line 50 of file TVec.h.


Member Enumeration Documentation

Enumerator:
TagScaCol 

Table Vector is a scalar column.

TagTemp 

Table Vector is a temporary vector (i.e.

a regular vector).

Definition at line 51 of file TVec.h.


The documentation for this struct was generated from the following file: