LLVM: llvm::support::endian::Writer Struct Reference (original) (raw)
Adapter to write values to a stream in a particular byte order. More...
#include "[llvm/Support/EndianStream.h](EndianStream%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| Writer (raw_ostream &OS, endianness Endian) | |
| template<typename value_type> | |
| void | write (ArrayRef< value_type > Val) |
| template<typename value_type> | |
| void | write (value_type Val) |
Adapter to write values to a stream in a particular byte order.
Definition at line 67 of file EndianStream.h.
◆ write() [1/2]
template<typename value_type>
| void llvm::support::endian::Writer::write ( ArrayRef< value_type > Val) | inline |
|---|
◆ write() [2/2]
template<typename value_type>
| void llvm::support::endian::Writer::write ( value_type Val) | inline |
|---|
◆ Endian
◆ OS
The documentation for this struct was generated from the following file:
- include/llvm/Support/EndianStream.h