#include <unpack_decl.hpp>
|
| unpack_limit (std::size_t array=0xffffffff, std::size_t map=0xffffffff, std::size_t str=0xffffffff, std::size_t bin=0xffffffff, std::size_t ext=0xffffffff, std::size_t depth=0xffffffff) |
|
std::size_t | array () const |
|
std::size_t | map () const |
|
std::size_t | str () const |
|
std::size_t | bin () const |
|
std::size_t | ext () const |
|
std::size_t | depth () const |
|
◆ unpack_limit()
msgpack::unpack_limit::unpack_limit |
( |
std::size_t |
array = 0xffffffff , |
|
|
std::size_t |
map = 0xffffffff , |
|
|
std::size_t |
str = 0xffffffff , |
|
|
std::size_t |
bin = 0xffffffff , |
|
|
std::size_t |
ext = 0xffffffff , |
|
|
std::size_t |
depth = 0xffffffff |
|
) |
| |
|
inline |
◆ array()
std::size_t msgpack::unpack_limit::array |
( |
| ) |
const |
|
inline |
◆ bin()
std::size_t msgpack::unpack_limit::bin |
( |
| ) |
const |
|
inline |
◆ depth()
std::size_t msgpack::unpack_limit::depth |
( |
| ) |
const |
|
inline |
References msgpack::detail::decr_count(), msgpack::detail::get_count(), msgpack::detail::incr_count(), msgpack::detail::init_count(), msgpack::detail::unpack_array_item(), msgpack::detail::unpack_bin(), msgpack::detail::unpack_double(), msgpack::detail::unpack_ext(), msgpack::detail::unpack_false(), msgpack::detail::unpack_float(), msgpack::detail::unpack_int16(), msgpack::detail::unpack_int32(), msgpack::detail::unpack_int64(), msgpack::detail::unpack_int8(), msgpack::detail::unpack_map_item(), msgpack::detail::unpack_nil(), msgpack::detail::unpack_str(), msgpack::detail::unpack_true(), msgpack::detail::unpack_uint16(), msgpack::detail::unpack_uint32(), msgpack::detail::unpack_uint64(), and msgpack::detail::unpack_uint8().
Referenced by msgpack::detail::create_object_visitor::start_array(), and msgpack::detail::create_object_visitor::start_map().
◆ ext()
std::size_t msgpack::unpack_limit::ext |
( |
| ) |
const |
|
inline |
◆ map()
std::size_t msgpack::unpack_limit::map |
( |
| ) |
const |
|
inline |
◆ str()
std::size_t msgpack::unpack_limit::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: