|
cpp-hocon 0.3.0
|
Public Member Functions | |
| List (T v, List const &tail) | |
| List (T v) | |
| bool | isEmpty () const |
| T | front () const |
| List | popped_front () const |
| List | pushed_front (T v) const |
| List | take (int n) |
| List | insertedAt (int i, T v) const |
| List | removed (T v) const |
| List | removed1 (T v) const |
| bool | member (T v) const |
| template<class F > | |
| void | forEach (F f) const |
| int | headCount () const |
Friends | |
| class | FwdListIter< T > |
Definition at line 13 of file functional_list.hpp.
Definition at line 31 of file functional_list.hpp.
Definition at line 33 of file functional_list.hpp.
Definition at line 36 of file functional_list.hpp.
Definition at line 89 of file functional_list.hpp.
|
inline |
Definition at line 39 of file functional_list.hpp.
|
inline |
Definition at line 101 of file functional_list.hpp.
Definition at line 59 of file functional_list.hpp.
|
inline |
Definition at line 38 of file functional_list.hpp.
|
inline |
Definition at line 82 of file functional_list.hpp.
Definition at line 44 of file functional_list.hpp.
Definition at line 50 of file functional_list.hpp.
Definition at line 68 of file functional_list.hpp.
Definition at line 75 of file functional_list.hpp.
Definition at line 54 of file functional_list.hpp.
|
friend |
Definition at line 89 of file functional_list.hpp.