mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-18 19:37:35 +02:00
commit
3e2f8d3ea8
@ -610,7 +610,7 @@ Json::Value obj_value(Json::objectValue); // {}
|
|||||||
ptrdiff_t getOffsetLimit() const;
|
ptrdiff_t getOffsetLimit() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setType(ValueType v) { bits_.value_type_ = v; }
|
void setType(ValueType v) { bits_.value_type_ = static_cast<unsigned char> (v); }
|
||||||
bool isAllocated() const { return bits_.allocated_; }
|
bool isAllocated() const { return bits_.allocated_; }
|
||||||
void setIsAllocated(bool v) { bits_.allocated_ = v; }
|
void setIsAllocated(bool v) { bits_.allocated_ = v; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user