TwiceAsNice  2019-02-18
Public Attributes | List of all members
soap_plugin Struct Reference

#include <stdsoap2.h>

Collaboration diagram for soap_plugin:
Collaboration graph

Public Attributes

struct soap_pluginnext
 
const char * id
 
void * data
 
int(* fcopy )(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src)
 
void(* fdelete )(struct soap *soap, struct soap_plugin *p)
 

Member Data Documentation

◆ data

void* soap_plugin::data

◆ fcopy

int(* soap_plugin::fcopy) (struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src)

◆ fdelete

void(* soap_plugin::fdelete) (struct soap *soap, struct soap_plugin *p)

◆ id

const char* soap_plugin::id

◆ next

struct soap_plugin* soap_plugin::next

The documentation for this struct was generated from the following file: