StormByte C++ Library 0.0.9999
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NBufferNamespace for buffer-related components in the StormByte library
 NReadNamespace for read-related utilities in the StormByte library
 NStormByteMain namespace for the StormByte library
 NBufferNamespace for buffer-related components in the StormByte library
 CBufferNotReadyException class for buffer readiness errors
 CBufferOverflowException class for buffer overflow errors
 CConsumerA read-only interface for accessing a shared buffer
 CExceptionBase exception class for buffer-related errors
 CExternalA specialized buffer that extends the functionality of the Shared buffer by integrating an external Reader class
 CPipelineA class designed to execute a sequence of functions asynchronously in a pipeline
 CProducerA write-only interface for accessing a shared buffer
 CReaderAbstract base class for implementing external data readers
 CSharedA thread-safe version of the Simple buffer
 CSimpleA lightweight class for storing and manipulating simple byte buffers
 CArithmeticMutexed
 CClonableA class that can be cloned
 CExceptionBase class for exceptions in the StormByte library
 Cis_containerType trait to check if a type is a container
 Cis_container< T, std::void_t< decltype(std::declval< T >().begin()), decltype(std::declval< T >().end()), typename T::value_type > >Type trait specialization for containers
 Cis_optionalType trait to check if a type is an optional
 Cis_optional< T, std::void_t< typename T::value_type > >Type trait specialization for std::optional
 Cis_pairType trait to check if a type is a pair
 Cis_pair< T, std::void_t< decltype(std::declval< T >().first), decltype(std::declval< T >().second) > >Type trait specialization for pairs
 Cis_referenceType traits for checking if a type is a reference
 CLoggerA flexible and extensible logging utility
 CMutexed
 CSerializableThe class to serialize and deserialize data
 CVariadicValueA class that can hold a value of any of the specified types
 RValidSmartPointerConcept to check if a type is a valid smart pointer
 RValidVariadicTypeConcept to check if a type is a valid variadic type
 NWriteNamespace for write-related utilities in the StormByte library