|
ProteoWizard
|
< Controls the format of the text file. More...
#include <Serializer_Text.hpp>
Public Member Functions | |
| Config () | |
| Config (const Config &config) | |
Public Attributes | |
| bool | headers |
| std::vector< IdField > | fields |
| IdField | sort |
| std::string | recordDelim |
| std::string | fieldDelim |
< Controls the format of the text file.
Definition at line 59 of file Serializer_Text.hpp.
| pwiz::identdata::Serializer_Text::Config::Config | ( | ) |
| pwiz::identdata::Serializer_Text::Config::Config | ( | const Config & | config | ) |
| bool pwiz::identdata::Serializer_Text::Config::headers |
Definition at line 61 of file Serializer_Text.hpp.
| std::vector<IdField> pwiz::identdata::Serializer_Text::Config::fields |
Definition at line 62 of file Serializer_Text.hpp.
| IdField pwiz::identdata::Serializer_Text::Config::sort |
Definition at line 63 of file Serializer_Text.hpp.
| std::string pwiz::identdata::Serializer_Text::Config::recordDelim |
Definition at line 65 of file Serializer_Text.hpp.
| std::string pwiz::identdata::Serializer_Text::Config::fieldDelim |
Definition at line 66 of file Serializer_Text.hpp.
1.8.1.1