cpp-hocon  0.3.0
Classes | Public Member Functions | Friends | List of all members
List< T > Class Template Reference

Public Member Functions

 List (T v, List const &tail)
 
 List (T v)
 
bool isEmpty () const
 
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 >
 

Detailed Description

template<class T>
class List< T >

Definition at line 13 of file functional_list.hpp.


The documentation for this class was generated from the following file: