nlib
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
msgpack.h
Go to the documentation of this file.
1
2
#pragma once
3
#ifndef INCLUDE_NN_NLIB_MSGPACK_MSGPACK_H_
4
#define INCLUDE_NN_NLIB_MSGPACK_MSGPACK_H_
5
6
#include "
nn/nlib/msgpack/CsvReader.h
"
7
#include "
nn/nlib/msgpack/MpObject.h
"
8
#include "
nn/nlib/msgpack/MpReader.h
"
9
#include "
nn/nlib/msgpack/MpWriter.h
"
10
#include "
nn/nlib/msgpack/JsonReader.h
"
11
#include "
nn/nlib/msgpack/JsonWriter.h
"
12
13
#endif // INCLUDE_NN_NLIB_MSGPACK_MSGPACK_H_
MpReader.h
Writes the deserializer of MessagePack.
MpWriter.h
Writes the serializer of MessagePack.
JsonWriter.h
Defines the class for writing JSON.
MpObject.h
Object created when MessagePack, JSON, or CSV is read.
JsonReader.h
Defines the class for reading JSON.
CsvReader.h
Defines the class for reading CSV.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.