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

inline col()
inline col(const col &c)

Copy constructor.

inline col &operator=(const col &c)

Copy constructor for assignment operator.

Public Members

vec_t dat

Pointer to column.

int index

Column index.

Friends

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

Swap method.