Euphoria
eu::core::CsvParserOptions Struct Reference

#include <table_string.h>

Public Attributes

char delim = ','
 
char str = '\"'
 
CsvTrim trim = CsvTrim::dont_trim
 

Detailed Description

Definition at line 71 of file table_string.h.

Member Data Documentation

◆ delim

char eu::core::CsvParserOptions::delim = ','

Definition at line 73 of file table_string.h.

◆ str

char eu::core::CsvParserOptions::str = '\"'

Definition at line 74 of file table_string.h.

◆ trim

CsvTrim eu::core::CsvParserOptions::trim = CsvTrim::dont_trim

Definition at line 75 of file table_string.h.


The documentation for this struct was generated from the following file: