path.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2024 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
13 #include <mc_rtc/utils_api.h>
14 
15 #include <string>
16 
17 namespace mc_rtc
18 {
19 
24 MC_RTC_UTILS_DLLAPI std::string temp_directory_path(const std::string & suffix = "");
25 
34 MC_RTC_UTILS_DLLAPI std::string user_config_directory_path(const std::string & suffix = "");
35 
36 } // namespace mc_rtc
mc_rtc::temp_directory_path
MC_RTC_UTILS_DLLAPI std::string temp_directory_path(const std::string &suffix="")
mc_rtc::user_config_directory_path
MC_RTC_UTILS_DLLAPI std::string user_config_directory_path(const std::string &suffix="")
MC_RTC_UTILS_DLLAPI
#define MC_RTC_UTILS_DLLAPI
Definition: utils_api.h:50
utils_api.h
mc_rtc
Definition: Contact.h:87