genstack.h File Reference

(r1785/r751)

#include "genlist.h"

Go to the source code of this file.

Classes

class  StackT< Object >
 Generic StackT. More...

Defines

#define new   CAM_DEBUG_NEW

Functions

template<class Object>
BOOL operator== (const StackT< Object > &x, const StackT< Object > &y)
template<class Object>
BOOL operator< (const StackT< Object > &x, const StackT< Object > &y)


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 107 of file genstack.h.


Function Documentation

template<class Object>
BOOL operator< const StackT< Object > &  x,
const StackT< Object > &  y
 

Definition at line 157 of file genstack.h.

00157                                                                  {
00158     return x.c < y.c;
00159 }

template<class Object>
BOOL operator== const StackT< Object > &  x,
const StackT< Object > &  y
 

Definition at line 152 of file genstack.h.

00152                                                                   {
00153     return x.c == y.c;
00154 }


Generated on Sat Nov 10 03:49:10 2007 for Camelot by  doxygen 1.4.4