nlib
|
#include "nn/nlib/Config.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/Nlist.h"
#include "nn/nlib/ReallocOutputStream.h"
#include "nn/nlib/msgpack/MpObject.h"
Go to the source code of this file.
Classes | |
class | nn::nlib::msgpack::jsonrpc::JsonRpcResponse |
Class for representing the JSON-RPC response. More... | |
class | nn::nlib::msgpack::jsonrpc::JsonRpcResponseReader |
Class that reads the JSON-RPC response byte string. More... | |
class | nn::nlib::msgpack::jsonrpc::JsonRpcResponseWriter |
Class that writes the JSON-RPC response byte string. More... | |
Namespaces | |
nn::nlib | |
Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias. | |
nn::nlib::msgpack | |
The library used to implement the MessagePack serializer, the JSON parser/writer, and the CSV parser. | |
nn::nlib::msgpack::jsonrpc | |
Implements JSON-RPC 2.0. | |
© 2012-2016 Nintendo Co., Ltd. All rights reserved.