MCPcopy Create free account
hub / github.com/Kitware/VTK / begin

Method begin

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3886–3897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3884}
3885
3886Value::const_iterator Value::begin() const {
3887 switch (type()) {
3888 case arrayValue:
3889 case objectValue:
3890 if (value_.map_)
3891 return const_iterator(value_.map_->begin());
3892 break;
3893 default:
3894 break;
3895 }
3896 return {};
3897}
3898
3899Value::const_iterator Value::end() const {
3900 switch (type()) {

Callers 15

Types.hFile · 0.45
ReverseColorsMethod · 0.45
ReverseAlphaMethod · 0.45
RescaleToRangeMethod · 0.45
AddPointMethod · 0.45
AddSegmentMethod · 0.45
UpdatePointMethod · 0.45
RemovePointMethod · 0.45
AddPointAlphaMethod · 0.45
AddSegmentAlphaMethod · 0.45
UpdatePointAlphaMethod · 0.45

Calls 2

typeEnum · 0.50
iteratorClass · 0.50

Tested by 15

Make3DUniformDataSet3Method · 0.36
UniformTestsFunction · 0.36
operator()Method · 0.36
CheckOutputArrayFunction · 0.36
ValidateFindAllCellsFunction · 0.36
TestNameFunction · 0.36
TestValuesFunction · 0.36
test_rangeFunction · 0.36
TestValuesFunction · 0.36