MCPcopy Create free account
hub / github.com/BVLC/caffe / Cursor

Method Cursor

include/caffe/util/db.hpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class Cursor {
14 public:
15 Cursor() { }
16 virtual ~Cursor() { }
17 virtual void SeekToFirst() = 0;
18 virtual void Next() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected