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.