#include <Meschach.h>
Public Member Functions | |
Constructors and assignments | |
| PERMP () | |
| PERMP (PERM *cv) | |
| PERM * | operator= (PERM *nv) |
Operators for PERMP | |
| u_int & | operator[] (int j) |
| PERM * | operator-> () |
| operator PERM * () | |
| operator const PERM * () | |
Operators for const PERMP | |
| const u_int & | operator[] (int j) const |
| const PERM * | operator-> () const |
| operator const PERM * () const | |
Protected Attributes | |
| PERM * | _v |
| wrapped PERMP | |
.