Loading...
Searching...
No Matches
Functions | Variables
as_nil.h File Reference
#include <aerospike/as_std.h>
#include <aerospike/as_val.h>
+ Include dependency graph for as_nil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

AS_EXTERN void as_nil_val_destroy (as_val *v)
 
AS_EXTERN uint32_t as_nil_val_hashcode (const as_val *v)
 
AS_EXTERN char * as_nil_val_tostring (const as_val *v)
 

Variables

AS_EXTERN const as_val as_nil
 

Function Documentation

◆ as_nil_val_destroy()

AS_EXTERN void as_nil_val_destroy ( as_val * v)
private

Internal helper function for destroying an as_val.

◆ as_nil_val_hashcode()

AS_EXTERN uint32_t as_nil_val_hashcode ( const as_val * v)
private

Internal helper function for getting the hashcode of an as_val.

◆ as_nil_val_tostring()

AS_EXTERN char * as_nil_val_tostring ( const as_val * v)
private

Internal helper function for getting the string representation of an as_val.