axis2_stack_ops Struct Reference
[stack]

Axis2 stack ops struct Encapsulator struct for ops of axis2_qname. More...

#include <axis2_stack.h>

List of all members.

Public Attributes

axis2_status_t(* free )(axis2_stack_t *stack, const axis2_env_t *env)
void *(* pop )(axis2_stack_t *stack, const axis2_env_t *env)
axis2_status_t(* push )(axis2_stack_t *stack, const axis2_env_t *env, void *value)
int(* size )(axis2_stack_t *stack, const axis2_env_t *env)
void *(* get )(axis2_stack_t *stack, const axis2_env_t *env)
void *(* get_at )(axis2_stack_t *stack, const axis2_env_t *env, int i)


Detailed Description

Axis2 stack ops struct Encapsulator struct for ops of axis2_qname.


Member Data Documentation

axis2_status_t( * axis2_stack_ops::free)(axis2_stack_t *stack, const axis2_env_t *env)

Free function of the stack

Parameters:
stack pointer to stack
env environemnt

void*( * axis2_stack_ops::get)(axis2_stack_t *stack, const axis2_env_t *env)

returns the last put value from the stack without removing it from stack


The documentation for this struct was generated from the following file:
Generated on Thu Oct 26 21:11:47 2006 for Axis2/C by  doxygen 1.4.7