ORE Studio 0.0.4
Loading...
Searching...
No Matches
Namespaces
ores::utility Namespace Reference

Foundation utilities used across all ORE Studio components. More...

Namespaces

namespace  convert
 Type conversion utilities.
 
namespace  faker
 Faker library extensions and utilities.
 
namespace  program_options
 Command-line option parsing utilities.
 
namespace  rfl
 Reflect-cpp library extensions and utilities.
 
namespace  streaming
 Stream operation utilities.
 
namespace  string
 String manipulation utilities.
 
namespace  uuid
 UUID generation and handling utilities.
 
namespace  version
 Version information utilities.
 

Detailed Description

Foundation utilities used across all ORE Studio components.

Provides core infrastructure and helper functions that don't fit into domain-specific modules. Key namespaces:

Note: Platform abstractions (filesystem, environment, time, net) have moved to ores.platform. Database and logging functionality have moved to ores.database and ores.telemetry respectively.

This module has no dependencies on other ORE Studio components, making it the foundation layer upon which all other modules are built.