libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Namespaces | |
namespace | private_ |
Classes | |
class | node_details_itf |
Singly-linked intrusive node details. Inherit from this to provide the linkage structure and object-lifetime semantics of the list, which are specifically shared_ptr semantics. More... | |
class | slist |
A "good enough for PPD" implementation of a singly-linked, hybrid, intrusive, pointer-based list. More... | |
class | stack |
A "good enough for PPD" implementation of a singly-linked, hybrid, intrusive, pointer-based stack. More... | |