nlib
|
Implements a class to asynchronously read and write to a file. More...
#include "nn/nlib/UniquePtr.h"
Go to the source code of this file.
Classes | |
class | nn::nlib::threading::Future< R > |
Class that gets the output of a different thread executing in a thread safe manner. This class is similar to the std::shared_future class of C++11. More... | |
class | nn::nlib::threading::AsyncFileIo |
Class that wraps asynchronous file I/O. More... | |
class | nn::nlib::threading::AsyncFileIoService |
Class that controls asynchronous file I/O. More... | |
Namespaces | |
nn::nlib | |
Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs . nlib_ns is an alias. | |
nn::nlib::threading | |
Unicode related functionality is implemented. | |
Implements a class to asynchronously read and write to a file.
Definition in file AsyncFileIo.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.