AuxPort 0.2
Modules for Audio Software Development
|
This is the complete list of members for AuxPort::CSV, including all inherited members.
addDataRow(const std::vector< std::string > &dataRow) | AuxPort::CSV | |
close(bool log=false) | AuxPort::CSV | virtual |
CSV() (defined in AuxPort::CSV) | AuxPort::CSV | |
CSV(const CSV &csv)=default (defined in AuxPort::CSV) | AuxPort::CSV | |
errorMessage (defined in AuxPort::File) | AuxPort::File | protected |
extensionName (defined in AuxPort::TextFormat) | AuxPort::TextFormat | protected |
File() (defined in AuxPort::File) | AuxPort::File | protected |
File(const File &file)=default (defined in AuxPort::File) | AuxPort::File | protected |
fileExtension (defined in AuxPort::File) | AuxPort::File | protected |
fileName (defined in AuxPort::File) | AuxPort::File | protected |
fileReader (defined in AuxPort::File) | AuxPort::File | protected |
fileWriter (defined in AuxPort::File) | AuxPort::File | protected |
formatName (defined in AuxPort::TextFormat) | AuxPort::TextFormat | protected |
getCurrentDirectory() | AuxPort::File | protected |
getDataRow(std::vector< std::string > &dataRow, size_t rowNum) | AuxPort::CSV | |
getExtensionName() | AuxPort::TextFormat | |
getFormatName() | AuxPort::TextFormat | |
getListOfFiles(const std::string &extension="") | AuxPort::File | protected |
getUniqueIdentifier() | AuxPort::TextFormat | |
Idle enum value (defined in AuxPort::File) | AuxPort::File | protected |
Log() override | AuxPort::CSV | virtual |
Mode enum name | AuxPort::File | protected |
mode (defined in AuxPort::File) | AuxPort::File | protected |
open(const std::string &fileName, const Mode &mode=Mode::Read, bool containsHeader=false, const char &delimiter=',', bool log=false) | AuxPort::CSV | |
AuxPort::TextFile::open(const std::string &fileName, const Mode &mode=Mode::Read, bool log=false) override | AuxPort::TextFile | protectedvirtual |
Read enum value (defined in AuxPort::File) | AuxPort::File | protected |
read(std::vector< std::vector< std::string > > &data) | AuxPort::CSV | |
read(std::vector< std::vector< std::string > > &data, std::vector< std::string > &headers) | AuxPort::CSV | |
readFileAsString() | AuxPort::TextFile | protected |
readLineFromFile(std::string &line, bool log=false) | AuxPort::TextFile | protected |
setColour(const ColourType &colourType) | AuxPort::ILog | protected |
setExtensionName(const std::string &extensionName) | AuxPort::TextFormat | |
setFormatName(const std::string &formatName) | AuxPort::TextFormat | |
setHeader(const std::vector< std::string > &header) | AuxPort::CSV | |
setUniqueIdentifier(const std::string &uniqueIdentifier) | AuxPort::TextFormat | |
TextFile()=default | AuxPort::TextFile | protected |
TextFormat()=default (defined in AuxPort::TextFormat) | AuxPort::TextFormat | |
TextFormat(const TextFormat &textFormat)=default (defined in AuxPort::TextFormat) | AuxPort::TextFormat | |
uniqueIdentifier (defined in AuxPort::TextFormat) | AuxPort::TextFormat | protected |
Write enum value (defined in AuxPort::File) | AuxPort::File | protected |
write() | AuxPort::CSV | |
write(const std::vector< std::vector< std::string > > &data, const std::vector< std::string > &header=std::vector< std::string >()) | AuxPort::CSV | |
writeLineToFile(const std::string &data, bool log=false) | AuxPort::TextFile | protected |
~CSV()=default (defined in AuxPort::CSV) | AuxPort::CSV | |
~File()=default (defined in AuxPort::File) | AuxPort::File | protected |
~TextFile()=default | AuxPort::TextFile | protected |
~TextFormat()=default (defined in AuxPort::TextFormat) | AuxPort::TextFormat |