LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
c2numpy_writer Struct Reference

#include "c2numpy.h"

Public Attributes

FILE * file
 
std::string outputFilePrefix
 
int64_t sizeSeekPosition
 
int64_t sizeSeekSize
 
int32_t numColumns
 
std::vector< std::string > columnNames
 
std::vector< c2numpy_typecolumnTypes
 
int32_t numRowsPerFile
 
int32_t currentColumn
 
int32_t currentRowInFile
 
int32_t currentFileNumber
 

Detailed Description

Definition at line 55 of file c2numpy.h.

Member Data Documentation

std::vector<std::string> c2numpy_writer::columnNames

Definition at line 62 of file c2numpy.h.

Referenced by c2numpy_addcolumn(), and c2numpy_open().

int32_t c2numpy_writer::currentFileNumber

Definition at line 68 of file c2numpy.h.

Referenced by c2numpy_init(), and c2numpy_open().

int32_t c2numpy_writer::currentRowInFile

Definition at line 67 of file c2numpy.h.

Referenced by c2numpy_close(), and c2numpy_init().

int32_t c2numpy_writer::numRowsPerFile

Definition at line 65 of file c2numpy.h.

Referenced by c2numpy_close(), c2numpy_init(), and c2numpy_open().

std::string c2numpy_writer::outputFilePrefix

Definition at line 57 of file c2numpy.h.

Referenced by c2numpy_init(), and c2numpy_open().

int64_t c2numpy_writer::sizeSeekPosition

Definition at line 58 of file c2numpy.h.

Referenced by c2numpy_close(), c2numpy_init(), and c2numpy_open().

int64_t c2numpy_writer::sizeSeekSize

Definition at line 59 of file c2numpy.h.

Referenced by c2numpy_close(), c2numpy_init(), and c2numpy_open().


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