summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-16 18:02:37 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-16 18:02:37 +0200
commit4e317f5e85916a275ff3d22225f7cd42cea03d9b (patch)
tree5e87f7a3750e51cd5e8225a04fa09470c949b97d /src/database/database.hpp
parentc21878eccee068a039f6c9567f8286c18751c69a (diff)
Improved compilation time of the tuner database
Diffstat (limited to 'src/database/database.hpp')
-rw-r--r--src/database/database.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/database/database.hpp b/src/database/database.hpp
index e4764dea..4cb0bf6a 100644
--- a/src/database/database.hpp
+++ b/src/database/database.hpp
@@ -76,6 +76,9 @@ class Database {
const std::vector<database::DatabaseVendor> &vendors,
const std::vector<std::string> &parameter_names) const;
+ // Helper to convert from database format to proper types
+ std::string CharArrayToString(const database::Name char_array) const;
+
// Found parameters suitable for this device/kernel
std::shared_ptr<database::Parameters> parameters_;
};