mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: object::object(const T& v, zone* z) 2
This commit is contained in:
parent
9bfa2354ff
commit
9df6916029
8 changed files with 229 additions and 54 deletions
|
|
@ -103,13 +103,11 @@ struct object {
|
|||
|
||||
operator msgpack_object();
|
||||
|
||||
struct with_zone;
|
||||
|
||||
private:
|
||||
struct implicit_type;
|
||||
|
||||
public:
|
||||
// FIXME private?
|
||||
struct with_zone;
|
||||
|
||||
public:
|
||||
implicit_type convert() const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue