Searched refs:CSVOutputFormat (Results 1 – 2 of 2) sorted by relevance
75 CSVOutputFormat::CSVOutputFormat() in CSVOutputFormat() function in CSVOutputFormat76 : CSVOutputFormat("\n", ",") in CSVOutputFormat()79 CSVOutputFormat::CSVOutputFormat( in CSVOutputFormat() function in CSVOutputFormat85 void CSVOutputFormat::setRecordDelimiter(const std::string& recordDelimiter) in setRecordDelimiter()90 void CSVOutputFormat::setFieldDelimiter(const std::string& fieldDelimiter) in setFieldDelimiter()95 const std::string& CSVOutputFormat::FieldDelimiter() const in FieldDelimiter()100 const std::string& CSVOutputFormat::RecordDelimiter() const in RecordDelimiter()105 std::string CSVOutputFormat::Type() const in Type()110 std::string CSVOutputFormat::toXML() const in toXML()
53 class ALIBABACLOUD_OSS_EXPORT CSVOutputFormat : public OutputFormat56 CSVOutputFormat();57 CSVOutputFormat(
Completed in 6 milliseconds