Machine Learning Library
|
#include "stdsoap2.h"
Go to the source code of this file.
Classes | |
struct | xsd__base64Binary |
struct | api__DirectoryCategory |
struct | DirectoryCategoryArray |
struct | api__ResultElement |
struct | ResultElementArray |
struct | api__GoogleSearchResult |
struct | api__doGoogleSearchResponse |
struct | api__doGoogleSearch |
struct | api__doGetCachedPageResponse |
struct | api__doGetCachedPage |
struct | api__doSpellingSuggestionResponse |
struct | api__doSpellingSuggestion |
struct | SOAP_ENV__Header |
struct | SOAP_ENV__Code |
struct | SOAP_ENV__Detail |
struct | SOAP_ENV__Fault |
Macros | |
#define | _SOAP__Enum_1 |
Typedefs | |
typedef char * | _XML |
typedef char * | _QName |
typedef char * | xsd__string |
typedef enum _Enum_1 | xsd__boolean |
typedef int | xsd__int |
typedef double | xsd__double |
Enumerations | |
enum | _Enum_1 { false_ = 0, true_ = 1 } |
#define _SOAP__Enum_1 |
typedef char* _QName |
typedef char* _XML |
typedef enum _Enum_1 xsd__boolean |
typedef double xsd__double |
typedef int xsd__int |
typedef char* xsd__string |
enum _Enum_1 |
SOAP_FMAC5 int SOAP_FMAC6 api__doGetCachedPage | ( | struct soap * | , |
char * | , | ||
char * | , | ||
struct xsd__base64Binary * | |||
) |
SOAP_FMAC5 int SOAP_FMAC6 api__doGoogleSearch | ( | struct soap * | , |
char * | , | ||
char * | , | ||
int | , | ||
int | , | ||
enum | _Enum_1, | ||
char * | , | ||
enum | _Enum_1, | ||
char * | , | ||
char * | , | ||
char * | , | ||
struct api__doGoogleSearchResponse * | |||
) |
SOAP_FMAC5 int SOAP_FMAC6 api__doSpellingSuggestion | ( | struct soap * | , |
char * | , | ||
char * | , | ||
char ** | |||
) |
SOAP_FMAC5 int SOAP_FMAC6 soap_call_api__doGetCachedPage | ( | struct soap * | , |
const char * | , | ||
const char * | , | ||
char * | , | ||
char * | , | ||
struct xsd__base64Binary * | |||
) |
Referenced by googleapi::api__doGetCachedPage().
SOAP_FMAC5 int SOAP_FMAC6 soap_call_api__doGoogleSearch | ( | struct soap * | , |
const char * | , | ||
const char * | , | ||
char * | , | ||
char * | , | ||
int | , | ||
int | , | ||
enum | _Enum_1, | ||
char * | , | ||
enum | _Enum_1, | ||
char * | , | ||
char * | , | ||
char * | , | ||
struct api__doGoogleSearchResponse * | |||
) |
Referenced by googleapi::api__doGoogleSearch().
SOAP_FMAC5 int SOAP_FMAC6 soap_call_api__doSpellingSuggestion | ( | struct soap * | , |
const char * | , | ||
const char * | , | ||
char * | , | ||
char * | , | ||
char ** | |||
) |
Referenced by googleapi::api__doSpellingSuggestion().
SOAP_FMAC5 int SOAP_FMAC6 soap_serve | ( | struct soap * | ) |
Referenced by googleapi::serve().
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_api__doGetCachedPage | ( | struct soap * | ) |
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_api__doGoogleSearch | ( | struct soap * | ) |
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_api__doSpellingSuggestion | ( | struct soap * | ) |
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request | ( | struct soap * | ) |