OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
get_mapped_value.h
Go to the documentation of this file.
1 #ifndef get_mapped_value_h
2 #define get_mapped_value_h
3 
4 // standard lib includes
5 #include <string>
6 
7 // boost includes
8 
9 // Qt includes
10 #include <QString>
11 #include <QStringList>
12 
13 // my includes
14 #include "copy_mapped_value.h"
15 #include "Exit.h"
16 
17 namespace utils
18 {
19  QString get_mapped_value(const QStringList& args, const char* key, const char* caller);
20 }
21 
22 #endif
QString get_mapped_value(const QStringList &args, const char *key, const char *caller)
Definition: get_mapped_value.cpp:7