G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

Value/Variant: make internal representation better compatible for H5 IO #556

Closed gicmo closed 8 years ago

gicmo commented 8 years ago

For H5 IO: std::string needs to be const char * and bool should be unsigned char.

gicmo commented 8 years ago

Bool should be represented as enum now in the file (#635), which makes it easy to just write bools as in bool. So this is fixed.