All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tizen.helpers-header.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
#ifndef HELPERS_H_
#define HELPERS_H_

#include 
#include 
#include 
#include 
#include 
#include "{{prefix}}Helpers.h"
#include "{{prefix}}Object.h"

using Tizen::Base::String;
using Tizen::Base::DateTime;
using namespace Tizen::Web::Json;
using namespace Tizen::Base::Collection;

using Tizen::Base::Long;
using Tizen::Base::DateTime;
using Tizen::Base::String;
using Tizen::Base::Integer;

namespace Swagger {
JsonObject*
toJson(void* v, String type, String containerType);

void
jsonToValue(void* target, IJsonValue* ptr, String type, String innerType);

Integer*
jsonToInteger(IJsonValue* value);

Long*
jsonToLong(IJsonValue* value);

String*
jsonToString(IJsonValue* value);

DateTime*
jsonToDateTime(IJsonValue* value);

String
stringify(void* ptr, String type);

} /* namespace Swagger */
#endif /* HELPERS_H_ */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy