Column structure for table [protected]. More...
#include <table.h>
This struct is used internally by table to organize the columns and need not be instantiated by the casual end-user.
Public Member Functions | |
col (const col &c) | |
Copy constructor. | |
col & | operator= (const col &c) |
Copy constructor for assignment operator. | |
Public Attributes | |
vec_t | dat |
Pointer to column. | |
int | index |
Column index. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).