![]() |
Home | Documentation |
duration.c File Reference
updated Tue Feb 23 2016
|
#include "soapH.h"
Functions | |
void | soap_default_xsd__duration (struct soap *soap, LONG64 *a) |
const char * | soap_xsd__duration2s (struct soap *soap, LONG64 a) |
int | soap_out_xsd__duration (struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type) |
int | soap_s2xsd__duration (struct soap *soap, const char *s, LONG64 *a) |
LONG64 * | soap_in_xsd__duration (struct soap *soap, const char *tag, LONG64 *a, const char *type) |
void soap_default_xsd__duration | ( | struct soap * | soap, |
LONG64 * | a | ||
) |
LONG64* soap_in_xsd__duration | ( | struct soap * | soap, |
const char * | tag, | ||
LONG64 * | a, | ||
const char * | type | ||
) |
int soap_out_xsd__duration | ( | struct soap * | soap, |
const char * | tag, | ||
int | id, | ||
const LONG64 * | a, | ||
const char * | type | ||
) |
int soap_s2xsd__duration | ( | struct soap * | soap, |
const char * | s, | ||
LONG64 * | a | ||
) |
const char* soap_xsd__duration2s | ( | struct soap * | soap, |
LONG64 | a | ||
) |