ORIGINAL
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NoriginalMain namespace for the project Original
 CabsTransformTransformation that converts an element to its absolute value
 CaddOptTransformTransformation that adds a given value to an element
 CalgorithmsUtility class containing generic container algorithms
 CallocateErrorException for memory allocation failures
 CallocatorDefault memory allocator using allocators utilities
 CallocatorBaseInterface for other memory allocator implementations
 CallocatorsUtility class providing static memory allocation/de-allocation functions
 CarrayA fixed-size array container with random access
 CIteratorIterator for the array class that supports random access
 CassignOptTransformTransformation that assigns a specified value to an element
 CautoPtrBase smart pointer with reference counting
 CbaseArrayBase class for fixed-size serial containers
 CbaseCloneableBase class that defines a cloneable interface
 CbaseIteratorA base class for basic iterators
 CbaseListBase class for variable-size serial containers
 CbitSetA class representing a set of bits, offering functionality to manipulate and query individual bits
 CIteratorAn iterator for traversing the bits in a bitSet
 CblocksListA block-based list implementation
 CIteratorIterator for blocksList, supports forward and backward iteration
 CcallBackCheckerStatic utility for validating callback signatures
 CcallbackReturnTypeErrorException for callback return type mismatch
 CcallbackSignatureErrorException for callback argument mismatch
 CchainNon-cyclic doubly linked list container
 CIteratorBidirectional iterator implementation for chain
 CcloneableConcrete cloneable class with custom cloning behavior
 CcomparableBase class for comparable objects
 CcomparatorBase class for comparison
 CcontainerAbstract base class for containers
 CcontainerAdapterAdapter class that provides unified interface for various container types
 CcopyTransformTransformation that copies an element into a container
 CcoupleContainer for two heterogeneous elements
 CdecreaseComparatorComparator for decreasing comparison (greater than)
 CdecreaseNotStrictComparatorComparator for non-strict decreasing comparison (greater than or equal to)
 CdeleterDefault deletion policy for single objects
 Cdeleter< TYPE[]>
 CdeleterBaseBase class for deleters defining the deletion policy interface
 CdeleterBase< TYPE[]>Base class for array deleters
 CdequeDouble-ended queue container adapter
 CdoubleDirectionIteratorAbstract base class for double-direction iterators
 CequalComparatorComparator for equality comparison
 CequalFilterA filter that checks if an element is equal to a target value
 CerrorBase interface for all exception types in Original
 CfilterBase class for filter operations
 CfilterStreamComposite filter builder with logical operator chaining
 CforwardChainA singly linked list implementation
 CIteratorIterator for forwardChain, supports single-direction traversal
 CgreaterFilterA filter that checks if an element is greater than a target value
 CincreaseComparatorComparator for increasing comparison (less than)
 CincreaseNotStrictComparatorComparator for non-strict increasing comparison (less than or equal to)
 CiterableA base class for iterable containers that support iterators
 CiterAdaptorAn iterator adapter for the iterable container
 CiterationStreamA stream class that allows iteration, comparison, and printing
 CiteratorBase iterator interface that supports common operations for iteration
 ClessFilterA filter that checks if an element is less than a target value
 CmultiOptTransformTransformation that multiplies an element by a given value
 CnoElementErrorException for missing element requests
 CnotEqualComparatorComparator for inequality comparison
 CnotEqualFilterA filter that checks if an element is not equal to a target value
 CnotGreaterFilterA filter that checks if an element is less than or equal to a target value
 CnotLessFilterA filter that checks if an element is greater than or equal to a target value
 CnullPointerErrorException for null pointer dereference attempts
 CobjPoolAllocatorObject pool allocator for efficient fixed-size memory management
 CoutOfBoundErrorException for container index out-of-range errors
 CownerPtrUnique ownership smart pointer with move semantics
 CprintableBase class providing polymorphic string conversion capabilities
 CpriqueHeap-based priority queue container
 CqueueFirst-In-First-Out (FIFO) container adapter
 CrandomAccessIteratorAbstract base class for random-access iterators
 CrangeFilterA filter that checks if an element lies within a specified range
 CrefCntPtrBase class for reference-counted pointers
 CrefCountReference counting metadata container
 CserialAbstract base class for sequential containers with index-based access
 Cset
 CsingleDirectionIteratorAbstract base class for single-direction iterators
 CstackLast-In-First-Out (LIFO) container adapter
 CstaticErrorCompile-time error assertion utility
 CstaticError< original::allocateError, TRIGGERING_CONDITION >
 CstaticError< original::callbackReturnTypeError, TRIGGERING_CONDITION >
 CstaticError< original::callbackSignatureError, TRIGGERING_CONDITION >
 CstaticError< original::error, TRIGGERING_CONDITION >
 CstaticError< original::noElementError, TRIGGERING_CONDITION >
 CstaticError< original::nullPointerError, TRIGGERING_CONDITION >
 CstaticError< original::outOfBoundError, TRIGGERING_CONDITION >
 CstaticError< original::unSupportedMethodError, TRIGGERING_CONDITION >
 CstaticError< original::valueError, TRIGGERING_CONDITION >
 CstepIteratorAbstract base class for step iterators
 CstrongPtrShared ownership smart pointer with strong references
 CtransformBase class for transformation operations
 CtransformStreamOrdered sequence of transformation operations
 CtupleA fixed-size heterogeneous container that stores elements of different types
 CunSupportedMethodErrorException for unimplemented method calls
 CvalueErrorException for invalid parameter values
 CvectorDynamic array container with amortized constant time operations
 CIteratorRandom access iterator implementation for vector
 CweakPtrNon-owning reference to shared resource
 CwrapperBase class for linked value containers with formatted output