ServiceInstanceList#

class ServiceInstanceList#

Public Functions

explicit ServiceInstanceList(ServiceInstance instance)#
explicit ServiceInstanceList(std::size_t size)#
ServiceInstanceList(const ServiceInstanceList&) = delete#
ServiceInstanceList(ServiceInstanceList&&) = default#
ServiceInstanceList &operator=(const ServiceInstanceList&) = delete#
ServiceInstanceList &operator=(ServiceInstanceList&&) = default#
void add(ServiceInstance &&instance)#
inline auto begin() const#
inline auto end() const#
OneOrList<ServiceInstance> &getInnerList()#
const OneOrList<ServiceInstance> &getInnerList() const#
ServiceInstance &first()#
const ServiceInstance &first() const#
ServiceInstance &last()#
const ServiceInstance &last() const#
std::size_t size() const#
bool empty() const#
void reserve(std::size_t newCapacity)#
void shrink()#
void seal()#
bool isSealed() const#
void clear()#
~ServiceInstanceList() = default#