move function def
This commit is contained in:
parent
aff151835d
commit
838fee3e29
|
|
@ -49,10 +49,11 @@ PUBLISHED:
|
|||
INLINE int get_num_nested_fields() const;
|
||||
INLINE bool more_nested_fields() const;
|
||||
|
||||
INLINE DCPackType get_pack_type() const;
|
||||
|
||||
void push();
|
||||
void pop();
|
||||
|
||||
INLINE DCPackType get_pack_type() const;
|
||||
INLINE void pack_double(double value);
|
||||
INLINE void pack_int(int value);
|
||||
INLINE void pack_int64(PN_int64 value);
|
||||
|
|
|
|||
Loading…
Reference in New Issue