atlas  0.6
Public Member Functions | Private Attributes | List of all members
atlas::weyl::RowBase Class Reference

Represents one row of a transducer table for a Weyl group. More...

#include <weyl.h>

Public Member Functions

 RowBase ()
 
 ~RowBase ()
 
 RowBase (const RowBase &r)
 
RowBaseoperator= (const RowBase &r)
 
Generator operator[] (size_t j) const
 
Generatoroperator[] (size_t j)
 

Private Attributes

unsigned char d_data [constants::RANK_MAX]
 

Detailed Description

Represents one row of a transducer table for a Weyl group.

Constructor & Destructor Documentation

atlas::weyl::RowBase::RowBase ( )
inline
atlas::weyl::RowBase::~RowBase ( )
inline
atlas::weyl::RowBase::RowBase ( const RowBase r)
inline

Member Function Documentation

Generator atlas::weyl::RowBase::operator[] ( size_t  j) const
inline
Generator& atlas::weyl::RowBase::operator[] ( size_t  j)
inline

Member Data Documentation

unsigned char atlas::weyl::RowBase::d_data[constants::RANK_MAX]
private

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