ModErn Text Analysis
META Enumerates Textual Applications
|
Classes | |
class | exception |
struct | node |
Public Member Functions | |
persistent_stack< T > | push (T data) const |
persistent_stack< T > | pop () const |
const T & | peek () const |
uint64_t | size () const |
Private Member Functions | |
persistent_stack (std::shared_ptr< node > head, uint64_t size) | |
Private Attributes | |
std::shared_ptr< node > | head_ |
uint64_t | size_ |