|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Foo () | |
| Foo (int num) | |
| bool | operator== (const Foo &foo) const |
| Foo () | |
| Foo (int __f1) | |
| Foo (string __f2) | |
| Foo (int __f1, const string &__f2) | |
| Foo (int __f1, const string &__f2, float __f3) | |
| Foo () | |
| Foo (int i) | |
| Foo (const Foo &f) | |
| Foo (Foo &&f) noexcept=default | |
| Foo & | operator= (const Foo &f) |
| Foo & | operator= (Foo &&f) noexcept=default |
| ~Foo ()=default | |
| operator int () const | |
| Foo () | |
| Foo (const string &str) | |
| Foo (int i) | |
| bool | operator< (const Foo &r) |
| bool | operator<= (const Foo &r) |
| void | swap (Foo &f) |
| Foo () | |
| Foo (int i) | |
| Foo (const Foo &f) | |
| Foo (Foo &&f) | |
| Foo & | operator= (const Foo &f) |
| Foo & | operator= (Foo &&f) |
| ~Foo () | |
| operator int () const | |
| Foo (const char *data, int i) | |
| Foo () | |
| ~Foo () | |
| bool | operator< (const Foo rhs) const |
Public Attributes | |
| string | val |
| int | i = -1 |
| int | f1 = -1 |
| string | f2 = "hello" |
| float | f3 = 0 |
| std::unique_ptr< int > | ptr |
| string | a = "hello world" |
| int | number |
| int * | ptr |
| string * | data_ptr = nullptr |
Friends | |
| ostream & | operator<< (ostream &s, const Foo &foo) |
Definition at line 167 of file hash_resize.C.
|
inline |
Definition at line 172 of file hash_resize.C.
|
inline |
Definition at line 173 of file hash_resize.C.
|
inline |
Definition at line 50 of file test-emplace.C.
|
inline |
Definition at line 52 of file test-emplace.C.
|
inline |
Definition at line 54 of file test-emplace.C.
Definition at line 56 of file test-emplace.C.
Definition at line 58 of file test-emplace.C.
|
inline |
Definition at line 44 of file test-memarray.C.
|
inline |
Definition at line 46 of file test-memarray.C.
Definition at line 48 of file test-memarray.C.
|
defaultnoexcept |
|
default |
|
inline |
Definition at line 37 of file test-odhash.cc.
|
inline |
Definition at line 38 of file test-odhash.cc.
|
inline |
Definition at line 44 of file testBinHeapPtr.C.
|
inline |
Definition at line 49 of file testQueue.C.
References Aleph::divide_and_conquer_partition_dp(), g_count, and ptr.
|
inline |
Definition at line 55 of file testQueue.C.
References Aleph::divide_and_conquer_partition_dp(), i, and ptr.
Definition at line 61 of file testQueue.C.
References Aleph::divide_and_conquer_partition_dp(), and ptr.
|
inline |
Definition at line 70 of file testQueue.C.
References ptr.
|
inline |
Definition at line 105 of file testQueue.C.
References ptr.
Definition at line 123 of file ah-arena.cc.
References Aleph::divide_and_conquer_partition_dp().
|
inline |
Definition at line 129 of file ah-arena.cc.
|
inline |
Definition at line 131 of file ah-arena.cc.
References data_ptr, and Aleph::divide_and_conquer_partition_dp().
|
inline |
Definition at line 63 of file test-memarray.C.
References ah_domain_error_if, Aleph::divide_and_conquer_partition_dp(), and ptr.
|
inline |
Definition at line 116 of file testQueue.C.
References ptr.
Definition at line 46 of file testBinHeapPtr.C.
Definition at line 138 of file ah-arena.cc.
References Aleph::divide_and_conquer_partition_dp(), and i.
Definition at line 51 of file testBinHeapPtr.C.
Definition at line 52 of file test-memarray.C.
References ptr.
Definition at line 75 of file testQueue.C.
References Aleph::divide_and_conquer_partition_dp(), and ptr.
Definition at line 99 of file testQueue.C.
References swap().
Definition at line 175 of file hash_resize.C.
References Aleph::and, foo(), i, and val.
Definition at line 61 of file test-emplace.C.
| string Foo::a = "hello world" |
Definition at line 36 of file test-odhash.cc.
| string* Foo::data_ptr = nullptr |
Definition at line 120 of file ah-arena.cc.
Referenced by ~Foo().
| int Foo::f1 = -1 |
Definition at line 46 of file test-emplace.C.
| string Foo::f2 = "hello" |
Definition at line 47 of file test-emplace.C.
| float Foo::f3 = 0 |
Definition at line 48 of file test-emplace.C.
| int Foo::i = -1 |
Definition at line 170 of file hash_resize.C.
Referenced by Foo(), operator<(), operator==(), and TEST_F().
| int Foo::number |
Definition at line 42 of file testBinHeapPtr.C.
Referenced by operator<(), and operator<=().
| std::unique_ptr<int> Foo::ptr |
Definition at line 42 of file test-memarray.C.
Referenced by Foo(), Foo(), Foo(), Foo(), ~Foo(), operator int(), operator=(), and swap().
| int* Foo::ptr |
Definition at line 42 of file testQueue.C.
| string Foo::val |
Definition at line 169 of file hash_resize.C.
Referenced by operator==().