MCPcopy Create free account
hub / github.com/buggins/coolreader / length

Method length

crengine/include/lvarray.h:110–110  ·  view source on GitHub ↗

returns number of items in vector

Source from the content-addressed store, hash-verified

108 int size() const { return _size; }
109 /// returns number of items in vector
110 int length() const { return _count; }
111 /// returns true if there are no items in vector
112 bool empty() const { return _count==0; }
113 /// clears all items

Callers 2

prepareWriteMethod · 0.45
lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected