Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
NCollection_DefineStack.hxx File Reference
#include <NCollection_DefineBaseCollection.hxx>
#include <NCollection_Stack.hxx>

Macros

#define DEFINE_STACK(_ClassName_, _BaseCollection_, TheItemType)   typedef NCollection_Stack<TheItemType > _ClassName_;
 

Macro Definition Documentation

#define DEFINE_STACK (   _ClassName_,
  _BaseCollection_,
  TheItemType 
)    typedef NCollection_Stack<TheItemType > _ClassName_;