Here is a list of all namespaces with brief descriptions:
[detail level 12345]
| ▼Nsdi_toolBox | Root namespace for the sdi_toolBox library |
| ▼Ncommon | Cross-platform, reusable components shared across all sdi_toolBox modules |
| ▼Nutils | General-purpose utility functions shared across all sdi_toolBox modules |
| Nhash | Lightweight hashing utilities (FNV-1a implementations) |
| CCircularBuffer | Fixed-size circular buffer with compile-time capacity and no-overwrite behavior |
| CRingBuffer | Fixed-size ring (circular) buffer with compile-time capacity and overwrite-on-full behavior |
| ▼Ndesktop | Desktop-specific components of the sdi_toolBox library |
| ▼NeventBus | Lightweight thread-safe event bus for decoupled message passing |
| CBus | Central message dispatcher for the event bus system |
| CINode | Abstract interface representing a subscriber node in the event bus system |
| CMessage | Base class for all messages dispatched through the event bus |
| CNode | Concrete subscriber node in the event bus system |
| ▼Nutils | General-purpose utility functions and helpers for desktop applications |
| Nuuid | Utility functions for UUID and unique identifier generation |
| CBase64 | Utility class providing Base64 encoding and decoding functionality |
| ▼NwxWidgets | Namespace containing desktop UI utilities built on top of the wxWidgets framework |
| ▼CWildcard | Manages a list of file wildcard entries for use in wxWidgets file dialogs |
| CWildcardEntry | Represents a single wildcard filter entry |