struct IterateValues
Defined at line 273 of file ../../src/testing/loadbench/workload.cc
Proxies an iterator over the values of the given array node. Provides missing
functionality similar to the iterator above.
Public Members
rapidjson::Value::ConstValueIterator begin_iterator
rapidjson::Value::ConstValueIterator end_iterator
Public Methods
void IterateValues (const rapidjson::Value & value)
Defined at line 274 of file ../../src/testing/loadbench/workload.cc
rapidjson::Value::ConstValueIterator begin ()
Defined at line 277 of file ../../src/testing/loadbench/workload.cc
rapidjson::Value::ConstValueIterator end ()
Defined at line 278 of file ../../src/testing/loadbench/workload.cc