Class array_t¶
Defined in File attributes.hpp
Inheritance Relationships¶
Base Type¶
public wt::scene::element::attributes::container_attribute_t
(Class container_attribute_t)
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¶
-
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¶
-
using container_t = std::vector<attribute_ptr>¶