libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Stream.h File Reference
#include <cstdint>
#include <memory>
#include <vector>
Include dependency graph for Stream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ship::Stream
 Abstract base class for sequential byte streams (read/write). More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Enumerations

enum class  Ship::SeekOffsetType { Ship::Start , Ship::Current , Ship::End }
 Identifies the reference point for a seek operation. More...