MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / begin

Method begin

Source/Falcor/Utils/Properties.cpp:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448Properties::Iterator Properties::begin()
449{
450 return Iterator(std::make_unique<Iterator::Impl>(Iterator::Impl{*this, mJson->begin()}));
451}
452
453Properties::Iterator Properties::end()
454{

Callers 15

AdamOptimizerMethod · 0.45
computeMedianMaxFunction · 0.45
createSpecMethod · 0.45
triangulateFunction · 0.45
tessellateFunction · 0.45
isInVectorFunction · 0.45
eraseDebugWindowMethod · 0.45
onDroppedFileMethod · 0.45
removeGraphMethod · 0.45
addRecentPathMethod · 0.45
loadFromFileMethod · 0.45

Calls 1

IteratorClass · 0.85

Tested by 12

applyArgFunction · 0.36
enumerateTestsFunction · 0.36
CPU_TESTFunction · 0.36
insertDataFunction · 0.36
bitonicSortRefFunction · 0.36
unionSetMethod · 0.36
CPU_TESTFunction · 0.36
GPU_TESTFunction · 0.36
getWiMethod · 0.36
getParamsMethod · 0.36
testAliasTableFunction · 0.36
CPU_TESTFunction · 0.36