|
SVCS - Русская документация
|
Реализация класса ObjectStorage, управляющего хранением и извлечением сжатых объектов VcsObject. Подробнее...
#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>Пространства имен | |
| namespace | svcs::core |
| Основные структуры данных СКВ и модель объектов. | |
Переменные | |
| const size_t | svcs::core::CHUNK_SIZE = 16384 |
Реализация класса ObjectStorage, управляющего хранением и извлечением сжатых объектов VcsObject.