Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::CsvFileRow Class Referencefinal

#include <CsvFile.h>

Public Member Functions

std::size_t numValues () const
 
const std::string & getValue (std::size_t index) const
 
std::string & getValue (std::size_t index)
 
CsvFileRowaddValue (std::string value)
 
template<typename NumberType >
NumberType getValue (std::size_t index) const
 

Member Function Documentation

◆ addValue()

CsvFileRow & ph::CsvFileRow::addValue ( std::string value)

◆ getValue() [1/3]

std::string & ph::CsvFileRow::getValue ( std::size_t index)

◆ getValue() [2/3]

const std::string & ph::CsvFileRow::getValue ( std::size_t index) const

◆ getValue() [3/3]

template<typename NumberType >
NumberType ph::CsvFileRow::getValue ( std::size_t index) const
inline

◆ numValues()

std::size_t ph::CsvFileRow::numValues ( ) const

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