#include <univalue.h>
#include <cassert>
#include <cstdint>
#include <map>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
◆ BOOST_CHECK
◆ BOOST_CHECK_EQUAL
◆ BOOST_CHECK_NO_THROW
Value: { \
try { \
} \
}
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition at line 29 of file object.cpp.
◆ BOOST_CHECK_THROW
Value: { \
try { \
assert(0 &&
"No exception caught"); \
assert(0 &&
"Wrong exception caught"); \
} \
}
Definition at line 19 of file object.cpp.
◆ main()
◆ univalue_array()
◆ univalue_constructor()
void univalue_constructor |
( |
| ) |
|
◆ univalue_object()
◆ univalue_push_throw()
void univalue_push_throw |
( |
| ) |
|
◆ univalue_readwrite()
void univalue_readwrite |
( |
| ) |
|
◆ univalue_set()
◆ univalue_typecheck()
void univalue_typecheck |
( |
| ) |
|
◆ json1
Initial value:= "[1.10000000,{\"key1\":\"str\\u0000\",\"key2\":800,"
"\"key3\":{\"name\":\"martian http://test.com\"}}]"
Definition at line 383 of file object.cpp.