All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions | Variables
target/Darwin-i386/include/citrusleaf/cf_average.h File Reference
#include <stdint.h>
#include <citrusleaf/cf_types.h>
+ Include dependency graph for target/Darwin-i386/include/citrusleaf/cf_average.h:

Go to the source code of this file.

Data Structures

struct  cf_average
 

Functions

int cf_average_add (cf_average *avgp, uint64_t value)
 
double cf_average_calculate (cf_average *avg, bool clear)
 
void cf_average_clear (cf_average *avg)
 
cf_average * cf_average_create (uint32_t initial_size, uint32_t flags)
 
void cf_average_destroy (cf_average *avg)
 

Variables

struct cf_average_s __attribute__
 

Function Documentation

int cf_average_add ( cf_average *  avgp,
uint64_t  value 
)
double cf_average_calculate ( cf_average *  avg,
bool  clear 
)
void cf_average_clear ( cf_average *  avg)
cf_average* cf_average_create ( uint32_t  initial_size,
uint32_t  flags 
)
void cf_average_destroy ( cf_average *  avg)

Variable Documentation

struct as_msg_s __attribute__