nlib
|
Defines the class for reading binary files from streams. More...
Go to the source code of this file.
Classes | |
class | nn::nlib::BinaryReader |
The class for reading binary from streams (from InputStream ). 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_reader | |
Defines functions that are used to read to user-defined classes with the BinaryReader class. | |
Functions | |
template<class T > | |
bool | nn::nlib::binary_reader::Read (BinaryReader *r, T *x) |
You can read to user-defined class objects by specializing this function template. More... | |
template<class T > | |
bool | nn::nlib::binary_reader::ReadArray (BinaryReader *r, T *x, size_t n) |
You can read to user-defined class objects by specializing this function template. More... | |
Defines the class for reading binary files from streams.
Definition in file BinaryReader.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.