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

Method empty

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3320–3324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3318}
3319
3320bool Value::empty() const {
3321 if (isNull() || isArray() || isObject())
3322 return size() == 0U;
3323 return false;
3324}
3325
3326Value::operator bool() const { return !isNull(); }
3327

Callers 15

GetTooltipLabelMethod · 0.45
PaintMethod · 0.45
GetBoundingRectMethod · 0.45
GetTooltipLabelMethod · 0.45
ClearSpecificResizesMethod · 0.45
LabelOuterMethod · 0.45
SelectPointsMethod · 0.45
UpdateCacheMethod · 0.45
GetTooltipLabelMethod · 0.45
GetSelectedArrayMethod · 0.45
PaintMethod · 0.45
PaintLegendMethod · 0.45

Calls 2

isNullFunction · 0.85
sizeFunction · 0.50

Tested by 15

VectorReallocatorFunction · 0.36
GetMergedMessageMethod · 0.36
CheckFoundMethod · 0.36
DoRenderTestFunction · 0.36
test_equal_imagesFunction · 0.36
test_equal_imagesFunction · 0.36
testTypeContainerFunction · 0.36
testManagerFunction · 0.36
TestFileAccessMethod · 0.36
testHelloWorldEncodingFunction · 0.36
testRobustEncodingFunction · 0.36