CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces
stack.h File Reference

Intrusive stack container definition. More...

#include <cassert>
#include <cstddef>
#include <iterator>
#include "stack.inl"

Go to the source code of this file.

Classes

class  CppCommon::Stack< T >
 Intrusive stack container. More...
 
struct  CppCommon::Stack< T >::Node
 Stack node. More...
 
class  CppCommon::StackIterator< T >
 Intrusive stack iterator. More...
 
class  CppCommon::StackConstIterator< T >
 Intrusive stack constant iterator. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Detailed Description

Intrusive stack container definition.

Author
Ivan Shynkarenka
Date
20.06.2017

Definition in file stack.h.