roo_io
API Documentation for roo_io
Loading...
Searching...
No Matches
memory_iterable.h File Reference
#include <memory>
#include "roo_io/memory/memory_input_iterator.h"
Include dependency graph for memory_iterable.h:

Go to the source code of this file.

Data Structures

class  roo_io::UnsafeGenericMemoryIterable< PtrType >
 
class  roo_io::SafeGenericMemoryIterable< PtrType >
 
class  roo_io::MultipassGenericMemoryIterable< PtrType >
 

Namespaces

namespace  roo_io
 

Typedefs

using roo_io::UnsafeMemoryIterable = UnsafeGenericMemoryIterable< const byte * >
 
using roo_io::MemoryIterable = SafeGenericMemoryIterable< const byte * >
 
using roo_io::MultipassMemoryIterable = MultipassGenericMemoryIterable< const byte * >