libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
path_conf.hpp
Go to the documentation of this file.
1 #pragma once
2 /*
3  * Copyright (c) 2012 Aldebaran Robotics. All rights reserved.
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the COPYING file.
6  */
7 
8 
9 #ifndef _QI_PATH_CONF_HPP_
10 #define _QI_PATH_CONF_HPP_
11 
12 #include <string>
13 #include <vector>
14 #include <qi/api.hpp>
15 
16 namespace qi {
17  namespace path {
18 
24  QI_API std::vector<std::string> parseQiPathConf(const std::string &prefix);
25 
26  } // path
27 } // qi
28 
29 #endif
#define QI_API
Definition: api.hpp:33
dll import/export and compiler message
std::vector< std::string > parseQiPathConf(const std::string &prefix)