23 #ifndef FIFTYONE_DEGREES_COLLECTION_HPP 24 #define FIFTYONE_DEGREES_COLLECTION_HPP 26 #include "Exceptions.hpp" 27 #include "collection.h" 104 virtual V* getByIndex(uint32_t index)
const = 0;
111 virtual V* getByKey(K key)
const = 0;
117 virtual uint32_t getSize()
const = 0;
51Degrees base namespace.
Definition: ComponentMetaDataBuilderHash.hpp:34
A group of items accessible by index or key.
Definition: Collection.hpp:79