GNUnet 0.21.1
GNUNET_RECLAIM_AttributePluginFunctions Struct Reference

Each plugin is required to return a pointer to a struct of this type as the return value from its entry point. More...

#include <gnunet_reclaim_plugin.h>

Data Fields

void * cls
 Closure for all of the callbacks. More...
 
GNUNET_RECLAIM_AttributeValueToStringFunction value_to_string
 Conversion to string. More...
 
GNUNET_RECLAIM_AttributeStringToValueFunction string_to_value
 Conversion to binary. More...
 
GNUNET_RECLAIM_AttributeTypenameToNumberFunction typename_to_number
 Typename to number. More...
 
GNUNET_RECLAIM_AttributeNumberToTypenameFunction number_to_typename
 Number to typename. More...
 

Detailed Description

Each plugin is required to return a pointer to a struct of this type as the return value from its entry point.

Definition at line 318 of file gnunet_reclaim_plugin.h.

Field Documentation

◆ cls

void* GNUNET_RECLAIM_AttributePluginFunctions::cls

Closure for all of the callbacks.

Definition at line 323 of file gnunet_reclaim_plugin.h.

Referenced by libgnunet_plugin_reclaim_attribute_basic_done().

◆ value_to_string

GNUNET_RECLAIM_AttributeValueToStringFunction GNUNET_RECLAIM_AttributePluginFunctions::value_to_string

Conversion to string.

Definition at line 328 of file gnunet_reclaim_plugin.h.

Referenced by libgnunet_plugin_reclaim_attribute_basic_init().

◆ string_to_value

GNUNET_RECLAIM_AttributeStringToValueFunction GNUNET_RECLAIM_AttributePluginFunctions::string_to_value

Conversion to binary.

Definition at line 333 of file gnunet_reclaim_plugin.h.

Referenced by libgnunet_plugin_reclaim_attribute_basic_init().

◆ typename_to_number

GNUNET_RECLAIM_AttributeTypenameToNumberFunction GNUNET_RECLAIM_AttributePluginFunctions::typename_to_number

Typename to number.

Definition at line 338 of file gnunet_reclaim_plugin.h.

Referenced by libgnunet_plugin_reclaim_attribute_basic_init().

◆ number_to_typename

GNUNET_RECLAIM_AttributeNumberToTypenameFunction GNUNET_RECLAIM_AttributePluginFunctions::number_to_typename

Number to typename.

Definition at line 343 of file gnunet_reclaim_plugin.h.

Referenced by libgnunet_plugin_reclaim_attribute_basic_init().


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