MCPcopy Create free account
hub / github.com/cinder/Cinder / IteratorState

Class IteratorState

include/jsoncpp/json.h:1057–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055
1056#ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
1057 struct IteratorState {
1058 IteratorState() : map_(0), link_(0), itemIndex_(0), bucketIndex_(0) {}
1059 ValueInternalMap* map_;
1060 ValueInternalLink* link_;
1061 BucketIndex itemIndex_;
1062 BucketIndex bucketIndex_;
1063 };
1064#endif // ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
1065
1066 ValueInternalMap();

Callers 1

jsoncpp.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected