#include <univalue.h>
#include <cassert>
#include <cstdint>
#include <map>
#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 { \
} \
}
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.
Definition at line 27 of file object.cpp.
◆ BOOST_CHECK_THROW
Value: { \
try { \
assert(0 &&
"No exception caught"); \
assert(0 &&
"Wrong exception caught"); \
} \
}
Definition at line 18 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 384 of file object.cpp.