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

Method copy

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

Source from the content-addressed store, hash-verified

2328}
2329
2330void ValueIteratorBase::copy(const SelfType& other) {
2331 current_ = other.current_;
2332 isNull_ = other.isNull_;
2333}
2334
2335Value ValueIteratorBase::key() const {
2336 const Value::CZString czstring = (*current_).first;

Callers 11

getIconMethod · 0.45
send_same_rankMethod · 0.45
add_init_fileFunction · 0.45
create_release_indexFunction · 0.45
decoratorFunction · 0.45
_cell_derivativesFunction · 0.45
_matrix_math_filterFunction · 0.45
runMethod · 0.45
testCopyStructureMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
testCopyStructureMethod · 0.36