ORIGINAL
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  core
 algorithms.hStandard algorithm implementations for iterator-based containers
 allocator.hMemory allocation interface and implementations
 array.hProvides the array class for a fixed-size container with random access
 autoPtr.hBase class for reference-counted smart pointers
 baseArray.hProvides a base class for fixed-size serial containers
 baseList.hProvides a base class for variable-size serial containers
 bitSet.hBitSet class declaration
 blocksList.hA block-based list implementation
 chain.hNon-cyclic doubly linked list implementation
 cloneable.hAbstract base class for cloneable objects
 comparable.hInterface for objects that can be compared
 comparator.hComparator base class and concrete comparator classes
 config.hPlatform-independent integer type definitions
 container.hAbstract base class for container types
 containerAdapter.hBase class for container adapters with common interfaces
 core.hCore module header file
 couple.hGeneric pair container implementation
 deleter.hDefault deleters for resource management
 deque.hDouble-ended queue (deque) container adapter implementation
 doubleDirectionIterator.hDouble-direction iterator base class
 error.hCustom exception classes and callback validation utilities
 filter.hFilter base class and derived filter classes for various matching operations
 filterStream.hComposite filter operations with logical chaining
 forwardChain.hNon-cyclic singly linked list implementation
 iterable.hBase interface for iterable container types
 iterationStream.hProvides functionality for an iteration stream
 iterator.hDefines the iterator class for traversing and manipulating container elements
 maths.hMathematical utilities and constants
 ownerPtr.hExclusive-ownership smart pointer implementation
 printable.hInterface for polymorphic string formatting and output
 prique.hPriority queue container implementation
 queue.hQueue container adapter implementation
 randomAccessIterator.hBase class for random-access iterators
 refCntPtr.hReference-counted smart pointer hierarchy
 serial.hDefines an abstract base class for sequential containers with index-based access
 set.h
 singleDirectionIterator.hSingle-direction iterator base class
 stack.hStack container adapter implementation
 stepIterator.hStep iterator base class for single-step iterators
 transform.hTransformation classes for various operations on elements
 transformStream.hTransform pipeline composition and execution
 tuple.hHeterogeneous tuple container implementation
 types.hType system foundations and concept definitions
 vector.hDynamic array container with automatic resizing
 wrapper.hAbstract polymorphic container with value encapsulation and navigation support
 original.cppOriginal Library main file
 original.hMain header file for Original