|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| ComplexValue () | |
| ComplexValue (const std::string &d, int c) | |
| ComplexValue (const ComplexValue &other) | |
| ComplexValue (ComplexValue &&other) noexcept | |
| ComplexValue & | operator= (const ComplexValue &other) |
| ComplexValue & | operator= (ComplexValue &&other) noexcept |
| bool | operator== (const ComplexValue &other) const |
Public Attributes | |
| std::string | data |
| int | counter |
Static Public Attributes | |
| static int | copy_count = 0 |
| static int | move_count = 0 |
Definition at line 519 of file tpl_dynLhash_test.cc.
|
inline |
Definition at line 526 of file tpl_dynLhash_test.cc.
Definition at line 527 of file tpl_dynLhash_test.cc.
|
inline |
Definition at line 529 of file tpl_dynLhash_test.cc.
References copy_count.
|
inlinenoexcept |
Definition at line 532 of file tpl_dynLhash_test.cc.
References move_count.
|
inlinenoexcept |
Definition at line 543 of file tpl_dynLhash_test.cc.
References counter, data, Aleph::maps(), and move_count.
|
inline |
Definition at line 535 of file tpl_dynLhash_test.cc.
References copy_count, counter, data, and Aleph::maps().
|
inline |
Definition at line 551 of file tpl_dynLhash_test.cc.
References counter, data, and Aleph::maps().
|
static |
Definition at line 523 of file tpl_dynLhash_test.cc.
Referenced by ComplexValue(), operator=(), and TEST().
| int ComplexValue::counter |
Definition at line 522 of file tpl_dynLhash_test.cc.
Referenced by operator=(), operator=(), and operator==().
| std::string ComplexValue::data |
Definition at line 521 of file tpl_dynLhash_test.cc.
Referenced by operator=(), operator=(), and operator==().
|
static |
Definition at line 524 of file tpl_dynLhash_test.cc.
Referenced by ComplexValue(), operator=(), and TEST().