MCPcopy Create free account
hub / github.com/dillo-browser/dillo / get

Method get

lout/container.hh:170–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 void remove(int pos);
170 inline object::Object *get(int pos) const
171 { return (pos >= 0 && pos < numElements) ? array[pos] : NULL; }
172 void clear();
173 void sort(object::Comparator *comparator = &object::standardComparator);
174 int bsearch(Object *key, bool mustExist, int start, int end,

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected