Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures | Typedefs | Functions
afw_stack.c File Reference

stack support More...

#include "afw_internal.h"

Go to the source code of this file.

Data Structures

struct  impl_stack_self_s
 

Typedefs

typedef struct impl_stack_self_s impl_stack_self_t
 

Functions

 afw_stack_internal_set_qualifier_stack (afw_xctx_t *xctx)
 
 afw_stack_internal_set_evaluation_stack (afw_xctx_t *xctx)
 
 afw_stack_create_impl (afw_size_t entry_size, afw_size_t initial_count, afw_size_t maximum_count, afw_boolean_t create_subpool_pool, const afw_pool_t *p, afw_xctx_t *xctx)
 Create a stack implementation. More...
 
 afw_stack_release_impl (afw_stack_t *instance, afw_xctx_t *xctx)
 Release stack implementation. More...
 
 afw_stack_copy_impl (afw_stack_t *instance, afw_size_t *count, const void ***ptr, const afw_pool_t *p, afw_xctx_t *xctx)
 Copy stack implementation. More...
 
 afw_stack_extend_impl (afw_stack_t *instance, afw_xctx_t *xctx)
 Extend stack implementation. More...
 

Detailed Description

stack support

Definition in file afw_stack.c.