Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
giri::json::JSON::JSONWrapper< Container > Class Template Reference

Provides iterators to iterate over objects/arrays. More...

#include <JSON.h>

Public Member Functions

 JSONWrapper (Container *val)
 
 JSONWrapper (std::nullptr_t)
 
Container::iterator begin ()
 
Container::iterator end ()
 
Container::const_iterator begin () const
 
Container::const_iterator end () const
 

Detailed Description

template<typename Container>
class giri::json::JSON::JSONWrapper< Container >

Provides iterators to iterate over objects/arrays.


The documentation for this class was generated from the following file: