![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <stdint.h>#include <cstddef>#include <memory>#include <span>#include <string_view>#include <system_error>#include "wpi/util/expected"Go to the source code of this file.
Classes | |
| class | wpi::util::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::util::WritableMemoryBuffer |
| This class is an extension of MemoryBuffer, which allows copy-on-write access to the underlying contents. More... | |
| class | wpi::util::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::util::MemoryBufferRef |
Namespaces | |
| namespace | fs |
| namespace | wpi |
| namespace | wpi::util |
Typedefs | |
| using | fs::file_t = int |