permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions | Protected Member Functions | Protected Attributes
permlib::AnonymousGroupType< IntegerType > Class Template Reference

Group type for a permutation group whose type could not be determined. More...

#include <group_type.h>

Inheritance diagram for permlib::AnonymousGroupType< IntegerType >:
permlib::GroupType

List of all members.

Public Member Functions

 AnonymousGroupType (unsigned int realDegree_, IntegerType order_=0)
virtual void writeTypeToStream (std::ostream &o) const
 writes type specific string to output stream

Protected Member Functions

virtual bool equalsType (const GroupType *type_) const
 checks if two group types represent the same permutation group

Protected Attributes

IntegerType m_order

Detailed Description

template<class IntegerType = boost::uint64_t>
class permlib::AnonymousGroupType< IntegerType >

Group type for a permutation group whose type could not be determined.


Constructor & Destructor Documentation

template<class IntegerType = boost::uint64_t>
permlib::AnonymousGroupType< IntegerType >::AnonymousGroupType ( unsigned int  realDegree_,
IntegerType  order_ = 0 
) [inline]
Parameters:
realDegreethe number of elements the permutation group acts on
orderthe order of the permutation group, if known

Member Function Documentation

template<class IntegerType = boost::uint64_t>
virtual bool permlib::AnonymousGroupType< IntegerType >::equalsType ( const GroupType type_) const [inline, protected, virtual]

checks if two group types represent the same permutation group

This method may expect that the given group type is of the same type as itself. Thus it may cast type to its own type.

Reimplemented from permlib::GroupType.


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