permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::GroupSorter< PERM > Class Template Reference

A sorter that sorts a sequence of permutations with respect to a ordering induced by a base. More...

#include <group_sorter.h>

Inheritance diagram for permlib::GroupSorter< PERM >:
binary_function

List of all members.

Public Member Functions

template<class InputIterator >
 GroupSorter (unsigned int size, InputIterator begin, InputIterator end)
 constructor
bool operator() (PERM a, PERM b) const
 true iff a < b

Detailed Description

template<class PERM>
class permlib::GroupSorter< PERM >

A sorter that sorts a sequence of permutations with respect to a ordering induced by a base.


Constructor & Destructor Documentation

template<class PERM >
template<class InputIterator >
permlib::GroupSorter< PERM >::GroupSorter ( unsigned int  size,
InputIterator  begin,
InputIterator  end 
) [inline]

constructor

Parameters:
sizesize of sequence to be sorted
beginbegin iterator for partial sequence that induces the ordering
endend iterator for partial sequence that induces the ordering

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