Stxxl
1.2.1
|
A stack that migrates from internal memory to external when its size exceeds a certain threshold. More...
#include <stack.h>
Inherits noncopyable.
Public Member Functions | |
bool | internal () const |
Returns true if current implementation is internal, otherwise false. | |
bool | external () const |
Returns true if current implementation is external, otherwise false. |
A stack that migrates from internal memory to external when its size exceeds a certain threshold.
For semantics of the methods see documentation of the STL std::stack
.
|
inline |
Returns true if current implementation is external, otherwise false.
|
inline |
Returns true if current implementation is internal, otherwise false.