|
SVCS - English Documentation
|
Implementation of the ObjectStorage class, managing the storage and retrieval of compressed VcsObject objects. More...
#include "../include/ObjectStorage.hxx"#include "../../services/ISubject.hxx"#include "../../services/Event.hxx"#include "../include/Blob.hxx"#include "../include/Tree.hxx"#include "../include/Commit.hxx"#include "../include/VcsObject.hxx"#include <zconf.h>#include <zlib.h>#include <fstream>#include <filesystem>#include <sstream>#include <iostream>#include <iterator>#include <stdexcept>Namespaces | |
| namespace | svcs::core |
| Core VCS data structures and object model. | |
Variables | |
| const size_t | svcs::core::CHUNK_SIZE = 16384 |
Implementation of the ObjectStorage class, managing the storage and retrieval of compressed VcsObject objects.