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

Method end

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3899–3910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3897}
3898
3899Value::const_iterator Value::end() const {
3900 switch (type()) {
3901 case arrayValue:
3902 case objectValue:
3903 if (value_.map_)
3904 return const_iterator(value_.map_->end());
3905 break;
3906 default:
3907 break;
3908 }
3909 return {};
3910}
3911
3912Value::iterator Value::begin() {
3913 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
SetEnvMethod · 0.36
UniformTestsFunction · 0.36
TestDataSet_ExplicitFunction · 0.36
operator()Method · 0.36
CheckOutputArrayFunction · 0.36
ValidateFindAllCellsFunction · 0.36
TestNameFunction · 0.36
test_rangeFunction · 0.36
operator()Method · 0.36