Public Member Functions | Public Attributes | List of all members
o2scl::table< vec_t >::col Class Reference

Column structure for table [protected]. More...

#include <table.h>

Detailed Description

template<class vec_t = std::vector<double>>
class o2scl::table< vec_t >::col

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

Definition at line 2912 of file table.h.

Public Member Functions

 col (const col &c)
 Copy constructor.
 
coloperator= (const col &c)
 Copy constructor for assignment operator.
 

Public Attributes

vec_t dat
 Pointer to column.
 
int index
 Column index.
 

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

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).