sdi_toolBox
Namespaces | Classes
sdi_toolBox::common::utils Namespace Reference

General-purpose utility functions shared across all sdi_toolBox modules. More...

Namespaces

namespace  hash
 Lightweight hashing utilities (FNV-1a implementations).
 

Classes

class  CircularBuffer
 Fixed-size circular buffer with compile-time capacity and no-overwrite behavior. More...
 
class  RingBuffer
 Fixed-size ring (circular) buffer with compile-time capacity and overwrite-on-full behavior. More...
 

Detailed Description

General-purpose utility functions shared across all sdi_toolBox modules.

Provides lightweight, header-only helpers with no dependency on any specific platform or subsystem.