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

Method data

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

const char* Value::CZString::c_str() const { return cstr_; }

Source from the content-addressed store, hash-verified

2765
2766// const char* Value::CZString::c_str() const { return cstr_; }
2767const char* Value::CZString::data() const { return cstr_; }
2768unsigned Value::CZString::length() const { return storage_.length_; }
2769bool Value::CZString::isStaticString() const {
2770 return storage_.policy_ == noDuplication;

Callers 15

ColorTableMethod · 0.45
ArraySetValuesFunction · 0.45
GetIndicesMethod · 0.45
StdVectorReallocaterFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 15

operator()Method · 0.36
GetOptionsFunction · 0.36
VectorReallocatorFunction · 0.36
operator()Method · 0.36
DoTestFunction · 0.36
TestSimpleIteratorsFunction · 0.36
EvaluateOnCoordinatesFunction · 0.36
TryFunction · 0.36
MakeArgsFunction · 0.36