Grok 20.3.2
buffer.h File Reference
#include "geometry.h"
#include "MemManager.h"
#include "lanes.h"

Go to the source code of this file.

Classes

struct  grk::AllocatorVanilla< T >
struct  grk::AllocatorAligned< T >
struct  grk::Buffer< T, A >
struct  grk::Buffer2dSimple< T >
struct  grk::Buffer2d< T, A >
struct  grk::Buffer2d< T, A >::memcpy_from

Namespaces

namespace  grk
 ResWindow.

Typedefs

using grk::Buffer8 = Buffer<uint8_t, AllocatorVanilla>
using grk::BufferAligned8 = Buffer<uint8_t, AllocatorAligned>
using grk::Buffer2dAligned32 = Buffer2d<int32_t, AllocatorAligned>