Home | Documentation |
duration.c File Reference
updated Tue May 21 2024 by Robert van Engelen
|
#include "soapH.h"
Functions | |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_xsd__duration (struct soap *soap, LONG64 *a) |
SOAP_FMAC3 const char *SOAP_FMAC4 | soap_xsd__duration2s (struct soap *soap, LONG64 a) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_xsd__duration (struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_s2xsd__duration (struct soap *soap, const char *s, LONG64 *a) |
SOAP_FMAC3 LONG64 *SOAP_FMAC4 | soap_in_xsd__duration (struct soap *soap, const char *tag, LONG64 *a, const char *type) |
SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__duration | ( | struct soap * | soap, |
LONG64 * | a | ||
) |
SOAP_FMAC3 LONG64* SOAP_FMAC4 soap_in_xsd__duration | ( | struct soap * | soap, |
const char * | tag, | ||
LONG64 * | a, | ||
const char * | type | ||
) |
SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration | ( | struct soap * | soap, |
const char * | tag, | ||
int | id, | ||
const LONG64 * | a, | ||
const char * | type | ||
) |
SOAP_FMAC3 int SOAP_FMAC4 soap_s2xsd__duration | ( | struct soap * | soap, |
const char * | s, | ||
LONG64 * | a | ||
) |
SOAP_FMAC3 const char* SOAP_FMAC4 soap_xsd__duration2s | ( | struct soap * | soap, |
LONG64 | a | ||
) |