SVCS - English Documentation
Loading...
Searching...
No Matches
ObjectStorage.cxx File Reference

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

Detailed Description

Implementation of the ObjectStorage class, managing the storage and retrieval of compressed VcsObject objects.