Gamedev Framework (gf)  0.6.0
A C++11 framework for 2D games
gf::ArrayRef< T > Member List

This is the complete list of members for gf::ArrayRef< T >, including all inherited members.

ArrayRef()gf::ArrayRef< T >inline
ArrayRef(std::nullptr_t)gf::ArrayRef< T >inline
ArrayRef(const T *data, std::size_t size)gf::ArrayRef< T >inline
ArrayRef(const std::vector< T > &values)gf::ArrayRef< T >inline
ArrayRef(const std::array< T, N > &values)gf::ArrayRef< T >inline
ArrayRef(const T(&data)[N])gf::ArrayRef< T >inline
ArrayRef(std::initializer_list< T > values)gf::ArrayRef< T >inline
begin() const noexceptgf::ArrayRef< T >inline
end() const noexceptgf::ArrayRef< T >inline
getData() const noexceptgf::ArrayRef< T >inline
getSize() const noexceptgf::ArrayRef< T >inline
operator[](std::size_t index) constgf::ArrayRef< T >inline