Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
comprstack.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <stack>
#include "elementa/base/exceptions.h"
#include "elementa/base/debugging.h"
Include dependency graph for comprstack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  elementa::adts::CSHolder< Obj >
 Holder for elements in a compressed stack. More...
 
union  elementa::adts::CSHolder< Obj >::HeldData
 
class  elementa::adts::ComprStack< Obj >
 A compressed stack that only stores some objects and not others. More...