10Duke Scale C++ Client
Loading...
Searching...
No Matches
ScaleEntitiesFromJSON.h
Go to the documentation of this file.
1#ifndef TENDUKE_SE_LICENSING_VEIJO_H
2#define TENDUKE_SE_LICENSING_VEIJO_H
3
9#include "../api/License.h"
10#include "json/JSONElement.h"
11
12#include <memory>
13
14namespace tenduke { namespace se { namespace licensing { namespace rest {
15
21std::unique_ptr<::tenduke::se::licensing::License> parseLicense(::tenduke::json::JSONElement *element);
22
28std::unique_ptr<::tenduke::se::licensing::License> parseLicense(const std::shared_ptr<::tenduke::json::JSONElement>& element);
29
30}}}}
31
32#endif //TENDUKE_SE_LICENSING_VEIJO_H
Superclass of JSON elements.
Definition JSONElement.h:12
std::unique_ptr<::tenduke::se::licensing::License > parseLicense(::tenduke::json::JSONElement *element)
Parses tenduke::se::licensing::License from JSON.
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7