Givaro
Data Structures | Namespaces
givlist0.h File Reference

List of type T with double link and various insert/get/rmv method. More...

#include "givaro/givbasictype.h"
#include "givaro/giverror.h"
#include "givaro/givlist0.inl"

Data Structures

class  List0< T >
struct  List0< T >::node
class  List0< T >::Iterator

Namespaces

namespace  Givaro
 

Arithmetic on GF(p^k), with p a prime number less than 2^15.



Detailed Description

List of type T with double link and various insert/get/rmv method.

Used reference counting on each node of the list.