SVCS - English Documentation
Loading...
Searching...
No Matches
Blob.hxx File Reference

Defines the Blob class, which represents raw file content in the VCS object database. More...

#include "VcsObject.hxx"
#include <string>

Go to the source code of this file.

Classes

class  svcs::core::Blob
 Represents the content of a file (Binary Large Object). More...

Namespaces

namespace  svcs::core
 Core VCS data structures and object model.

Detailed Description

Defines the Blob class, which represents raw file content in the VCS object database.

This file provides the contract for storing file data as immutable objects, central to the data integrity of the system.