nlib
|
Defines the class for writing binary files to streams. More...
Go to the source code of this file.
Classes | |
class | nn::nlib::BinaryWriter |
The class for writing binary to streams (to OutputStream ). More... | |
Namespaces | |
nn::nlib | |
Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias. | |
nn::nlib::binary_writer | |
Defines functions that are used to write user-defined classes with the BinaryWriter class. | |
Functions | |
template<class T > | |
bool | nn::nlib::binary_writer::Write (BinaryWriter *w, T x) |
You can write user-defined class objects by specializing this function template. More... | |
template<class T > | |
bool | nn::nlib::binary_writer::WriteArray (BinaryWriter *w, const T *x, size_t n) |
You can write user-defined class objects by specializing this function template. More... | |
Defines the class for writing binary files to streams.
Definition in file BinaryWriter.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.