cphot 0.1
A C++ tool for computing photometry from spectra.
rapidcsv Namespace Reference

Classes

class  Converter
 Class providing conversion to/from numerical datatypes and strings. More...
 
struct  ConverterParams
 Datastructure holding parameters controlling how invalid numbers (including empty strings) should be handled. More...
 
class  Document
 Class representing a CSV document. More...
 
struct  LabelParams
 Datastructure holding parameters controlling which row and column should be treated as labels. More...
 
struct  LineReaderParams
 Datastructure holding parameters controlling how special line formats should be treated. More...
 
class  no_converter
 Exception thrown when attempting to access Document data in a datatype which is not supported by the Converter class. More...
 
struct  SeparatorParams
 Datastructure holding parameters controlling how the CSV data fields are separated. More...
 

Typedefs

template<typename T >
using ConvFunc = std::function< void(const std::string &pStr, T &pVal)>
 

Variables

static const bool sPlatformHasCR = false
 

Typedef Documentation

◆ ConvFunc

template<typename T >
using rapidcsv::ConvFunc = typedef std::function<void (const std::string & pStr, T & pVal)>

Definition at line 270 of file rapidcsv.hpp.

Variable Documentation

◆ sPlatformHasCR

const bool rapidcsv::sPlatformHasCR = false
static

Definition at line 42 of file rapidcsv.hpp.