Home
last modified time | relevance | path

Searched refs:CSVOutputFormat (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DOutputFormat.cc75 CSVOutputFormat::CSVOutputFormat() in CSVOutputFormat() function in CSVOutputFormat
76 : CSVOutputFormat("\n", ",") in CSVOutputFormat()
79 CSVOutputFormat::CSVOutputFormat( in CSVOutputFormat() function in CSVOutputFormat
85 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()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DOutputFormat.h53 class ALIBABACLOUD_OSS_EXPORT CSVOutputFormat : public OutputFormat
56 CSVOutputFormat();
57 CSVOutputFormat(

Completed in 6 milliseconds