This is the complete list of members for SC::SmallBuffer< N >, including all inherited members.
operator=(const Buffer &other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
operator=(Buffer &&other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
operator=(const SmallBuffer &other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
operator=(SmallBuffer &&other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
Segment(uint32_t capacityInBytes, SegmentAllocator allocator=SegmentAllocator::Global) noexcept (defined in SC::Buffer) | SC::Buffer | |
Segment() noexcept (defined in SC::Buffer) | SC::Buffer | |
Segment(Segment &&other) noexcept (defined in SC::Buffer) | SC::Buffer | |
Segment(const Segment &other) noexcept (defined in SC::Buffer) | SC::Buffer | |
Segment(Span< const U > span) noexcept (defined in SC::Buffer) | SC::Buffer | inline |
Segment(std::initializer_list< T > list) noexcept (defined in SC::Buffer) | SC::Buffer | inline |
SmallBuffer(SegmentAllocator allocator=SegmentAllocator::Global) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
SmallBuffer(const Buffer &other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
SmallBuffer(Buffer &&other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
SmallBuffer(const SmallBuffer &other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
SmallBuffer(SmallBuffer &&other) noexcept (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inline |
SmallBuffer(int num, SegmentAllocator allocator) (defined in SC::SmallBuffer< N >) | SC::SmallBuffer< N > | inlineprotected |