nlib
|
A pair consisting of an MpObject
-type key and value. Used to store an associative array.
More...
#include "nn/nlib/msgpack/MpObject.h"
Public Member Functions | |
MpObjectKv () noexcept | |
Instantiates the object with default parameters (default constructor). | |
~MpObjectKv () noexcept | |
Destructor. | |
MpObjectKv & | assign (MpObjectKv &rhs, move_tag) |
Assigns the object by using swap for a move. | |
MpObjectKv (MpObjectKv &rhs, move_tag) | |
Instantiates the object by using swap for a move. | |
MpObjectKv (MpObjectKv &&rhs) | |
Instantiates the object (move constructor). This function is useful when using C++11. | |
MpObjectKv & | operator= (MpObjectKv &&rhs) |
Move assignment operator. This function is useful when using C++11. | |
void | swap (MpObjectKv &rhs) noexcept |
Swaps the content of the object. | |
Public Attributes | |
MpObject | first |
Object used as a key. | |
MpObject | second |
Object used as a value. | |
A pair consisting of an MpObject
-type key and value. Used to store an associative array.
Definition at line 290 of file MpObject.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.