Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_stack_ops Struct Reference
[Axis2 utilities]

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 Fri Jun 16 18:02:43 2006 for Axis2/C by  doxygen 1.4.2