Class table::col (o2scl)

O2scl : Class List

class o2scl::table::col

Column structure for table [protected].

This struct is used internally by table to organize the columns and need not be instantiated by the casual end-user.

Public Functions

col()
col(const col &c)

Copy constructor.

col &operator=(const col &c)

Copy constructor for assignment operator.

Public Members

vec_t dat

Pointer to column.

int index

Column index.

Friends

friend void swap(col &t1, col &t2)

Swap method.