WPILibC++ 2024.3.2
MemoryBuffer.h File Reference
#include <stdint.h>
#include <cstddef>
#include <memory>
#include <span>
#include <string_view>
#include <system_error>

Go to the source code of this file.

Classes

class  wpi::MemoryBuffer
 This interface provides simple read-only access to a block of memory, and provides simple methods for reading files and standard input into a memory buffer. More...
 
class  wpi::WritableMemoryBuffer
 This class is an extension of MemoryBuffer, which allows copy-on-write access to the underlying contents. More...
 
class  wpi::WriteThroughMemoryBuffer
 This class is an extension of MemoryBuffer, which allows write access to the underlying contents and committing those changes to the original source. More...
 
class  wpi::MemoryBufferRef
 

Namespaces

namespace  fs
 
namespace  wpi