|
MessagePack for C++
|
#include <array_ref.hpp>
Public Member Functions | |
| array_ref () | |
| array_ref (T &t) | |
| 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::type::array_ref< T >::data.
|
inline |
|
inline |
References msgpack::type::array_ref< T >::data.
|
inline |
References msgpack::type::array_ref< T >::data.
|
inline |
References 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::adaptor::convert< msgpack::type::array_ref< T > >::operator()(), msgpack::adaptor::pack< msgpack::type::array_ref< T > >::operator()(), msgpack::adaptor::object_with_zone< msgpack::type::array_ref< T > >::operator()(), msgpack::type::array_ref< T >::operator<=(), msgpack::type::array_ref< T >::operator==(), msgpack::type::array_ref< T >::operator>(), and msgpack::type::array_ref< T >::operator>=().
1.8.12