comservatory
Strict validation of CSV files in C++
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
Type.hpp File Reference

Defines the Type enumeration for field types. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Defines the Type enumeration for field types.