Bitcoin Core 28.99.0
P2P Digital Currency
|
Public Member Functions | |
void | resize (Size s) |
void | reserve (Size s) |
void | insert (Size position, const T &value) |
void | insert (Size position, Size count, const T &value) |
template<typename I > | |
void | insert_range (Size position, I first, I last) |
void | erase (Size position) |
void | erase (Size first, Size last) |
void | update (Size pos, const T &value) |
void | push_back (const T &value) |
void | pop_back () |
void | clear () |
void | assign (Size n, const T &value) |
Size | size () const |
Size | capacity () const |
void | shrink_to_fit () |
void | swap () noexcept |
void | move () |
void | copy () |
void | resize_uninitialized (realtype values) |
~prevector_tester () | |
prevector_tester (FastRandomContext &rng) | |
Private Types | |
typedef std::vector< T > | realtype |
typedef prevector< N, T > | pretype |
typedef pretype::size_type | Size |
Private Member Functions | |
template<typename A , typename B > | |
void | local_check_equal (A a, B b) |
void | local_check (bool b) |
void | test () |
Private Attributes | |
realtype | real_vector |
realtype | real_vector_alt |
pretype | pre_vector |
pretype | pre_vector_alt |
bool | passed = true |
uint256 | rand_seed |
Definition at line 19 of file prevector_tests.cpp.
|
private |
Definition at line 24 of file prevector_tests.cpp.
|
private |
Definition at line 20 of file prevector_tests.cpp.
|
private |
Definition at line 28 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 158 of file prevector_tests.cpp.
|
inline |
|
inline |
Definition at line 181 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 95 of file prevector_tests.cpp.
|
inline |
|
inlineprivate |
|
inlineprivate |
Definition at line 34 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 154 of file prevector_tests.cpp.
|
inlinenoexcept |
|
inlineprivate |
Definition at line 42 of file prevector_tests.cpp.
|
inline |
|
private |
Definition at line 29 of file prevector_tests.cpp.
|
private |
Definition at line 25 of file prevector_tests.cpp.
|
private |
Definition at line 26 of file prevector_tests.cpp.
|
private |
Definition at line 30 of file prevector_tests.cpp.
|
private |
Definition at line 21 of file prevector_tests.cpp.
|
private |
Definition at line 22 of file prevector_tests.cpp.