|
rippled
|

Public Member Functions | |
| Collection ()=default | |
Public Attributes | |
| Writer::CollectionType | type |
| What type of collection are we in? | |
| bool | isFirst = true |
| Is this the first entry in a collection? If false, we have to emit a , before we write the next entry. | |
| std::set< std::string > | tags |
| What tags have we already seen in this collection? | |
Definition at line 216 of file Writer.cpp.
|
explicitdefault |
| Writer::CollectionType Json::Writer::Impl::Collection::type |
What type of collection are we in?
Definition at line 221 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 225 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 229 of file Writer.cpp.