summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2020-01-13 14:24:04 +0100
committercah <cah@ableton.com>2020-01-13 14:24:04 +0100
commitc9a79405c38ef596a821a4db9955a33f4437b9d3 (patch)
treef9b7ea8d7515a59da70cec9512478ce44019cb09 /src/cxml.h
parent092ed446333ce12814d5883f924ab16ad096ab05 (diff)
Add some new conversions.
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cxml.h b/src/cxml.h
index bd04af1..b6f2c63 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -91,10 +91,18 @@ long int
raw_convert (std::string v);
template <>
+long unsigned int
+raw_convert (std::string v);
+
+template <>
long long
raw_convert (std::string v);
template <>
+long long unsigned
+raw_convert (std::string v);
+
+template <>
float
raw_convert (std::string v);