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
8
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
Low-level services for performing licensing REST-requests.
Definition DefaultDescribeLicenseConsumerClientBindingsRequest.h:9
std::unique_ptr<::tenduke::se::licensing::License > parseLicense(::tenduke::json::JSONElement *element)
Parses tenduke::se::licensing::License from JSON.
Definition ScaleEntitiesFromJSON.cpp:21
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16