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

Method type

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2916–2918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2914}
2915
2916ValueType Value::type() const {
2917 return static_cast<ValueType>(bits_.value_type_);
2918}
2919
2920int Value::compare(const Value& other) const {
2921 if (*this < other)

Callers 15

GetNodalAttributesMethod · 0.45
GetElementAttributesMethod · 0.45
ApplyDisplacementsMethod · 0.45
GetConnectivityFunction · 0.45
IsFieldTransientFunction · 0.45
GetDisplacementFieldNameFunction · 0.45
GetFieldMethod · 0.45
GetFieldsMethod · 0.45
GetNodeFieldsMethod · 0.45
ApplyDisplacementsMethod · 0.45
JsonEqualFunction · 0.45

Calls

no outgoing calls

Tested by 1

JsonEqualFunction · 0.36