Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ createIterator
Method
createIterator
src/vectorvalue.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
ValueIterator* VectorValue::createIterator()
101
{
102
return new VectorIterator(elements);
103
}
104
105
const QList<Value*> VectorValue::getElements()
106
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected