Struct FileFormats

Struct Documentation

struct FileFormats

Small struct that holds an enumeration for varioufile formats

Public Types

enum class Type

File formats types

Values:

enumerator CSV
enumerator JSON
enumerator INVALID_TYPE

Public Static Functions

static std::string type_to_string(Type t)

Return an std::string representation of the given file format type