|
SVCS - English Documentation
|
Implementation of the Tree class, which represents a directory structure in the SVCS and maps names to object hashes. More...
#include "../include/Tree.hxx"#include "../include/Utils.hxx"#include <algorithm>#include <sstream>Namespaces | |
| namespace | svcs::core |
| Core VCS data structures and object model. | |
Functions | |
| TreeEntry | svcs::core::createEntry (std::string name, std::string hash_id) |
| Creating tree entry. | |
Variables | |
| constexpr size_t | svcs::core::HASH_BYTE_SIZE = 32 |
Implementation of the Tree class, which represents a directory structure in the SVCS and maps names to object hashes.