All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_module Struct Reference

Detailed Description

Module Structure. Contains pointer to module specific data and a pointer to the hooks that interface with the module.

source contains module specific data. hooks contains functions that can be applied to the module.

Definition at line 114 of file src/include/aerospike/as_module.h.

#include "as_module.h"

+ Collaboration diagram for as_module:

Data Fields

const as_module_hookshooks
 
as_loggerlogger
 
const void * source
 

Field Documentation

const as_module_hooks * as_module::hooks

Definition at line 117 of file src/include/aerospike/as_module.h.

as_logger * as_module::logger

Definition at line 116 of file src/include/aerospike/as_module.h.

const void * as_module::source

Definition at line 115 of file src/include/aerospike/as_module.h.


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