nlib
|
#include "nn/nlib/Config.h"
#include "nn/nlib/Swap.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/threading/Future.h"
Go to the source code of this file.
Classes | |
class | nn::nlib::msgpack::jsonrpc::JsonRpcClient |
Class to manage client side JSON-RPC. 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::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. | |
Typedefs | |
typedef uint32_t | nn::nlib::msgpack::jsonrpc::reqid_t |
id type for the JSON-RPC request. More... | |
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.