![]() |
PIVX Core
5.6.99
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 () |
| Size | capacity () |
| void | shrink_to_fit () |
| void | swap () |
| void | move () |
| void | copy () |
| void | resize_uninitialized (realtype values) |
| ~prevector_tester () | |
| prevector_tester () | |
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 |
| FastRandomContext | rand_cache |
| 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 |
Definition at line 205 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 177 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 98 of file prevector_tests.cpp.
|
inline |
|
inlineprivate |
|
inlineprivate |
Definition at line 34 of file prevector_tests.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 182 of file prevector_tests.cpp.
|
inline |
|
inline |
Definition at line 151 of file prevector_tests.cpp.
|
inline |
|
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 31 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.