|
MessagePack for C++
|
#include <array_ref.hpp>
Public Member Functions | |
| array_ref () | |
| array_ref (T(&t)[N]) | |
| std::size_t | size () const |
| template<typename U> | |
| bool | operator== (array_ref< U > const &t) const |
| template<typename U> | |
| bool | operator!= (array_ref< U > const &t) const |
| template<typename U> | |
| bool | operator< (array_ref< U > const &t) const |
| template<typename U> | |
| bool | operator> (array_ref< U > const &t) const |
| template<typename U> | |
| bool | operator<= (array_ref< U > const &t) const |
| template<typename U> | |
| bool | operator>= (array_ref< U > const &t) const |
Public Attributes | |
| T * | data |
|
inline |
References data, and MSGPACK_NULLPTR.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inline |
References data.
|
inline |
References array_ref().
|
inline |
References array_ref(), msgpack::type::array_ref< T >::data, data, and msgpack::type::array_ref< T >::size().
|
inline |
References array_ref(), msgpack::type::array_ref< T >::data, and data.
|
inline |
References array_ref(), msgpack::type::array_ref< T >::data, data, and msgpack::type::array_ref< T >::size().
|
inline |
References array_ref(), msgpack::type::array_ref< T >::data, and data.
|
inline |
References array_ref(), msgpack::type::array_ref< T >::data, and data.
|
inline |
| T* msgpack::type::array_ref< T[N]>::data |
Referenced by array_ref(), array_ref(), operator<(), operator<=(), operator==(), operator>(), and operator>=().