MCPcopy Create free account
hub / github.com/apache/singa / Iterator

Method Iterator

test/gtest/gtest.h:10286–10288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10284 class Iterator : public ParamIteratorInterface<T> {
10285 public:
10286 Iterator(const ParamGeneratorInterface<T>* base,
10287 typename ContainerType::const_iterator iterator)
10288 : base_(base), iterator_(iterator) {}
10289 virtual ~Iterator() {}
10290
10291 virtual const ParamGeneratorInterface<T>* BaseGenerator() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected