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

Function load

Infovis/Boost/vtkVariantBoostSerialization.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <typename Archiver>
56void load(Archiver& ar, std::string& str, const unsigned int vtkNotUsed(version))
57{
58 std::string utf8;
59 ar& utf8;
60 str = utf8;
61}
62
63//----------------------------------------------------------------------------
64// vtkVariant serialization code

Callers 7

operator()Method · 0.50
LoadMethod · 0.50
operator()Method · 0.50
GetGlobalFieldMetaDataFunction · 0.50
loadMethod · 0.50
loadMethod · 0.50
loadMethod · 0.50

Calls 6

vtkVariantClass · 0.50
SetNameMethod · 0.45
c_strMethod · 0.45
emptyMethod · 0.45
SetNumberOfTuplesMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected