MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / VectorIterator

Method VectorIterator

src/vectoriterator.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "vectoriterator.h"
20
21VectorIterator::VectorIterator(const QList<Value*>& list) :
22 ValueIterator(nullptr),
23 items(list),
24 index(0)
25{
26}
27
28ValueIterator& VectorIterator::operator++()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected