函数 | |
| ara::per::ReadWriteAccessor::ReadWriteAccessor ()=delete | |
| The default constructor for ReadWriteAccessor shall not be used. 更多... | |
| ara::core::Result< void > | ara::per::ReadWriteAccessor::SyncToFile () noexcept |
| Triggers flushing of the current file content to the physical storage. 更多... | |
| ara::core::Result< void > | ara::per::ReadWriteAccessor::SetFileSize (std::uint64_t size) noexcept |
| Reduces the size of the file to ’size’, effectively removing the current content of the file beyond this size. 更多... | |
| ara::core::Result< void > | ara::per::ReadWriteAccessor::WriteText (ara::core::StringView s) noexcept |
| Writes the content of a StringView to the file 更多... | |
| ara::core::Result< void > | ara::per::ReadWriteAccessor::WriteBinary (ara::core::Span< const ara::core::Byte > b) noexcept |
| Writes the content of a Span of Byte to the file. 更多... | |
| ReadWriteAccessor & | ara::per::ReadWriteAccessor::operator<< (ara::core::StringView s) noexcept |
| Writes the content of a StringView to the file. 更多... | |
|
noexcept |
Writes the content of a StringView to the file.
Function Implementation
| N/A |
| [in] | s | The StringView containing the characters to be written. |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
delete |
The default constructor for ReadWriteAccessor shall not be used.
| N/A |
| [in] | N/A | |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
|
noexcept |
Reduces the size of the file to ’size’, effectively removing the current content of the file beyond this size.
Function Implementation
| N/A |
| [in] | size | New size of the file. |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 .

|
noexcept |
Triggers flushing of the current file content to the physical storage.
Function Implementation
| N/A |
| [in] | N/A | |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
noexcept |
Writes the content of a Span of Byte to the file.
Function Implementation
| N/A |
| [in] | b | A Span of Byte containing the bytes to be written. |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 .

|
noexcept |
Writes the content of a StringView to the file
Function Implementation
| N/A |
| [in] | s | A StringView containing the characters to be written. |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
引用了 .
