Polymake Template Library (PTL): pm::GenericSet< TSet, E, Comparator > Class Template Reference
pm::GenericSet< TSet, E, Comparator > Class Template Reference

Generic type for ordered sets More...

Inheritance diagram for pm::GenericSet< TSet, E, Comparator >:

Public Types

typedef E element_type
 element types
 
typedef Comparator element_comparator
 functor type for comparing elements
 
typedef GenericSet generic_type
 generic type
 
typedef Generic< TSet >::top_type top_type
 top type
 

Detailed Description

template<typename TSet, typename E = typename TSet::element_type, typename Comparator = typename TSet::element_comparator>
class pm::GenericSet< TSet, E, Comparator >

Generic type for ordered sets

This should belong to GenericSet.h, but Series must be derived from GenericSet. On the other hand, naked Series don't need any set-theoretical stuff defined there.


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