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 stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias. | |
nn::nlib::msgpack | |
Support for the JSON/msgpack parser and writer, JSON Pointer, JSON Patch, and JSON Schema, etc. has been implemented. | |
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... | |
© Nintendo Co., Ltd. All rights reserved.