|
MessagePack for C++
|
#include <array_ref.hpp>
Public Member Functions | |
| array_ref () | |
| array_ref (T &t) | |
| 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 |
|
inline |
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::convert(), and msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::type::array_ref< T >::data.
| T* msgpack::type::array_ref< T >::data |
Referenced by msgpack::type::array_ref< T >::operator!=(), msgpack::type::array_ref< T >::operator<(), msgpack::type::array_ref< T[N]>::operator<(), msgpack::type::array_ref< T >::operator<=(), msgpack::type::array_ref< T[N]>::operator<=(), msgpack::type::array_ref< T >::operator==(), msgpack::type::array_ref< T[N]>::operator==(), msgpack::type::array_ref< T >::operator>(), msgpack::type::array_ref< T[N]>::operator>(), msgpack::type::array_ref< T >::operator>=(), msgpack::type::array_ref< T[N]>::operator>=(), and msgpack::type::array_ref< T >::size().