nlib
|
The structure that stores information about the file stream settings. More...
#include "nn/nlib/FileOutputStream.h"
Public Member Functions | |
constexpr | FileOutputStreamSettings () noexcept |
Instantiates the object with default parameters (default constructor). Sets the default values. | |
constexpr | FileOutputStreamSettings (void *buf_, size_t buffer_size_) noexcept |
Sets the individual data members. | |
Public Attributes | |
void * | buf |
A pointer to a buffer. More... | |
size_t | buffer_size |
The size of the buffer. More... | |
The structure that stores information about the file stream settings.
Definition at line 10 of file FileOutputStream.h.
nn::nlib::FileOutputStreamSettings::buf |
A pointer to a buffer.
NULL
, memory for the buffer is allocated internally. The default is NULL
. Definition at line 11 of file FileOutputStream.h.
nn::nlib::FileOutputStreamSettings::buffer_size |
The size of the buffer.
4096
. Definition at line 12 of file FileOutputStream.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.