Václav Kubernát | 94938b7 | 2018-05-04 15:12:24 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2018 CESNET, https://photonics.cesnet.cz/ |
| 3 | * Copyright (C) 2018 FIT CVUT, https://fit.cvut.cz/ |
| 4 | * |
| 5 | * Written by Václav Kubernát <kubervac@fit.cvut.cz> |
| 6 | * |
| 7 | */ |
| 8 | #include <string> |
Václav Kubernát | ebca255 | 2018-06-08 19:06:02 +0200 | [diff] [blame^] | 9 | #include "ast_path.hpp" |
Václav Kubernát | 94938b7 | 2018-05-04 15:12:24 +0200 | [diff] [blame] | 10 | |
| 11 | std::string joinPaths(const std::string& prefix, const std::string& suffix); |
Václav Kubernát | 60d6f29 | 2018-05-25 09:45:32 +0200 | [diff] [blame] | 12 | std::string stripLastNodeFromPath(const std::string& path); |
Václav Kubernát | ebca255 | 2018-06-08 19:06:02 +0200 | [diff] [blame^] | 13 | path_ pathWithoutLastNode(const path_& path); |