15 using ChildValues = ::std::vector<::std::string>;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> childValues_;
21 ::ll::TypedStorage<8, 8, ::std::ostream*> document_;
22 ::ll::TypedStorage<8, 32, ::std::string> indentString_;
23 ::ll::TypedStorage<4, 4, int> rightMargin_;
24 ::ll::TypedStorage<8, 32, ::std::string> indentation_;
25 ::ll::TypedStorage<1, 1, bool> addChildValues_;
37 MCAPI
void pushValue(::std::string
const& value);
39 MCAPI
void unindent();
41 MCAPI
void write(::std::ostream& out,
::Json::Value const& root);
53 MCAPI
void* $ctor(::std::string indentation);