#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 |
◆ 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: