comservatory
Strict validation of CSV files in C++
|
Defines the Type
enumeration for field types.
More...
Go to the source code of this file.
Namespaces | |
namespace | comservatory |
Contains all comservatory functions and classes. | |
Enumerations | |
enum | comservatory::Type { STRING , NUMBER , COMPLEX , BOOLEAN , UNKNOWN } |
Functions | |
std::string | comservatory::type_to_name (Type type) |
Defines the Type
enumeration for field types.