10Duke Scale C++ Client
Loading...
Searching...
No Matches
ScaleEntitiesFromJSON.h File Reference

Functions for mapping response entities from JSON. More...

#include "../api/License.h"
#include "json/JSONElement.h"
#include <memory>

Go to the source code of this file.

Namespaces

namespace  tenduke
 Root for classes, functions and globals of 10Duke C++ Client.
 
namespace  tenduke::se
 Classes, functions and globals of 10Duke Scale C++ Client.
 
namespace  tenduke::se::licensing
 Licensing operations for 10Duke Scale.
 
namespace  tenduke::se::licensing::rest
 Low-level services for performing licensing REST-requests.
 

Functions

std::unique_ptr<::tenduke::se::licensing::Licensetenduke::se::licensing::rest::parseLicense (::tenduke::json::JSONElement *element)
 Parses tenduke::se::licensing::License from JSON.
 
std::unique_ptr<::tenduke::se::licensing::Licensetenduke::se::licensing::rest::parseLicense (const std::shared_ptr<::tenduke::json::JSONElement > &element)
 Parses tenduke::se::licensing::License from JSON.
 

Detailed Description

Functions for mapping response entities from JSON.