|
STL Memory Versioning
|
Implementation of the class Revision. More...
#include <thread>#include <memory>#include <iostream>#include <functional>

Go to the source code of this file.
Classes | |
| class | Revision |
| Revision class for for keeping track of segment branches. More... | |
Functions | |
| void | PrintRevision (std::shared_ptr< Revision > revision) |
| Print revision segments for debugging. More... | |
Implementation of the class Revision.
Definition in file revision.h.
| void PrintRevision | ( | std::shared_ptr< Revision > | revision | ) |
Print revision segments for debugging.
Definition at line 19 of file revision.cpp.