ASN1C C/C++ Common Runtime  ASN1C v7.5.x
Classes | Macros | Typedefs | Functions
rtxStack.h File Reference
#include "rtxsrc/rtxDList.h"

Go to the source code of this file.

Classes

struct  _OSRTStack
 

Macros

#define rtxStackIsEmpty(stack)   (OSBOOL)((stack).dlist.count == 0)
 

Typedefs

typedef struct _OSRTStack OSRTStack
 

Functions

OSRTStackrtxStackCreate (struct OSCTXT *pctxt)
 
void rtxStackInit (struct OSCTXT *pctxt, OSRTStack *pStack)
 
void * rtxStackPop (OSRTStack *pStack)
 
int rtxStackPush (OSRTStack *pStack, void *pData)
 
void * rtxStackPeek (OSRTStack *pStack)
 

Detailed Description

Simple FIFO stack for storing void pointers to any type of data.