16 #ifndef FIFTYONE_DEGREES_COLLECTION_HPP 17 #define FIFTYONE_DEGREES_COLLECTION_HPP 19 #include "Exceptions.hpp" 20 #include "collection.h" 97 virtual V* getByIndex(uint32_t index) = 0;
104 virtual V* getByKey(K key) = 0;
110 virtual uint32_t getSize() = 0;
51Degrees base namespace.
Definition: Collection.hpp:24
A group of items accessible by index or key.
Definition: Collection.hpp:72