rippled
|
Public Member Functions | |
Collection ()=default | |
Public Attributes | |
Writer::CollectionType | type |
What type of collection are we in? More... | |
bool | isFirst = true |
Is this the first entry in a collection? If false, we have to emit a , before we write the next entry. More... | |
std::set< std::string > | tags |
What tags have we already seen in this collection? More... | |
Definition at line 210 of file Writer.cpp.
|
explicitdefault |
Writer::CollectionType Json::Writer::Impl::Collection::type |
What type of collection are we in?
Definition at line 215 of file Writer.cpp.
bool Json::Writer::Impl::Collection::isFirst = true |
Is this the first entry in a collection? If false, we have to emit a , before we write the next entry.
Definition at line 219 of file Writer.cpp.
std::set<std::string> Json::Writer::Impl::Collection::tags |
What tags have we already seen in this collection?
Definition at line 223 of file Writer.cpp.