Class array_t

Inheritance Relationships

Base Type

Class Documentation

class array_t : public wt::scene::element::attributes::container_attribute_t

Public Types

using container_t = std::vector<attribute_ptr>

Public Functions

inline array_t(container_t v) noexcept
array_t(const array_t&) noexcept = default
array_t &operator=(const array_t&) noexcept = default
inline virtual std::size_t size() const noexcept override
inline const auto begin() const noexcept
inline const auto end() const noexcept
inline const auto cbegin() const noexcept
inline const auto cend() const noexcept
inline const auto rbegin() const noexcept
inline const auto rend() const noexcept
inline const auto crbegin() const noexcept
inline const auto crend() const noexcept
inline virtual const std::string to_string() const noexcept override

Public Members

container_t array