nsbaci 1.0
Loading...
Searching...
No Matches
fileTypes.h File Reference

Type definitions for file-related operations. More...

Include dependency graph for fileTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  nsbaci::types
 Type definitions namespace for nsbaci (runtime-specific).
namespace  nsbaci
 Root namespace for the nsbaci application.

Typedefs

using nsbaci::types::Text = std::string
 Alias for text content (file contents, source code, etc.).
using nsbaci::types::File = fs::path
 Alias for file system paths.

Detailed Description

Type definitions for file-related operations.

This header provides type aliases used by the FileService and other components that work with files.

Author
Nicolás Serrano García