| 
    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 197 of file libxrpl/json/Writer.cpp.
      
  | 
  explicitdefault | 
| Writer::CollectionType Json::Writer::Impl::Collection::type | 
What type of collection are we in?
Definition at line 202 of file libxrpl/json/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 206 of file libxrpl/json/Writer.cpp.
| std::set<std::string> Json::Writer::Impl::Collection::tags | 
What tags have we already seen in this collection?
Definition at line 210 of file libxrpl/json/Writer.cpp.