tizen.helpers-header.mustache Maven / Gradle / Ivy
#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_ */