cpp: object::object(const T& v, zone* z) 2

This commit is contained in:
frsyuki 2010-04-25 06:39:12 +09:00
parent 9bfa2354ff
commit 9df6916029
8 changed files with 229 additions and 54 deletions

View file

@ -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;
};