ngl_server
1.0
基于 Actor 模型的 C++ 服务器框架
Main Page
Namespaces
Classes
Files
Examples
Class List
Class Index
Class Hierarchy
Class Members
ngl
csvwpair
Public Member Functions
|
Public Attributes
|
List of all members
ngl::csvwpair Struct Reference
CSV写入器状态
More...
#include <csv.h>
Public Member Functions
void
clear
()
清除写入状态
Public Attributes
std::string
m_data
输出数据缓冲区
bool
m_first
= true
是否是第一个字段(用于添加分隔符)
Detailed Description
CSV写入器状态
用于将数据写入CSV格式,包含:
输出数据缓冲区
首字段标志(用于添加分隔符)
The documentation for this struct was generated from the following file:
E:/GitHub/ngl_server/public/cpp/tools/tab/csv/
csv.h
Generated by
Doxygen