CommonPlaceLoader.h
Go to the documentation of this file.
1#pragma once
2
3#include <fstream>
4#include <string>
5#include <vector>
6
7#include <SimoxUtility/json.h>
8
10
12{
14 {
15 public:
16 static const constexpr auto DEFAULT_FILE_NAME = "common_places.json";
17
19
20 static std::vector<CommonPlace> LoadCommonPlaces(const std::string& source,
21 const nlohmann::json&);
22 };
23} // namespace armarx::priorknowledge::util
static std::vector< CommonPlace > LoadCommonPlaces(const std::string &source, const nlohmann::json &)