Files
ardour/libs
Tim Mayberry 911e2af018 Add header for PBD::to_string/string_to() specialisations for libardour types
Add PBD::to_/string_to specializations for ARDOUR::DataType

These could go into the data_type.h header but they don't really need to and it
means that ardour/types_convert.h can just be included by source files that
need to do type<=>string conversion. A potential problem with this is that if
all the specializations are contained in a single header then any class that
requires inclusion of that header to do serialization will be recompiled each
time types_convert.h is changed. I'm not going to worry about it at this stage,
it can always be broken up or improved upon later.
2017-04-19 09:36:42 +10:00
..
2017-02-28 21:33:13 +01:00
2016-10-27 15:57:47 +02:00
2016-12-03 15:18:21 -05:00
2017-02-18 16:22:34 +01:00
2017-04-18 16:09:44 +02:00