CsvFile.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 BENTLEY_TYPEDEFS(CsvFile)
11 
13 /*=================================================================================**/
18 struct CsvFile : public BeTextFile
19  {
20 public:
25  DGNPLATFORM_EXPORT static CsvFilePtr Open (BeFileStatus& status, WCharCP fullFileSpec);
26  };
27 
#define DGNPLATFORM_EXPORT
Definition: DgnPlatform/ExportMacros.h:58
wchar_t const * WCharCP
Definition: Bentley.h:224
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
#define BENTLEY_REF_COUNTED_PTR(_sname_)
Definition: Bentley.h:153
#define BENTLEY_TYPEDEFS(_name_)
Definition: Bentley.h:152
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
Reads and Writes Text Files regardless of whether they are encoded on disk as locale-encoded ASCII...
Definition: BeTextFile.h:67
BeFileStatus
The possible status returns for the BeFile methods.
Definition: BeFile.h:28
Read CSV Files.
Definition: CsvFile.h:18

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.