MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / index

Method index

src/jsoncpp.cpp:2338–2343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2336}
2337
2338UInt ValueIteratorBase::index() const {
2339 const Value::CZString czstring = (*current_).first;
2340 if (!czstring.data())
2341 return czstring.index();
2342 return Value::UInt(-1);
2343}
2344
2345std::string ValueIteratorBase::name() const {
2346 char const* keey;

Callers 2

keyMethod · 0.80
sizeMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected