![]() |
My Project
|
Public Member Functions | |
| Pattern (int n) | |
| construct a Pattern from an int More... | |
| Pattern () | |
| default constructor More... | |
Data Fields | |
| int | m_refCounter |
| reference counter More... | |
| int | m_length |
| length of m_pattern More... | |
| int * | m_pattern |
| some array containing the degree pattern More... | |
Definition at line 34 of file DegreePattern.h.
|
inline |
construct a Pattern from an int
Definition at line 41 of file DegreePattern.h.
|
inline |
| int DegreePattern::Pattern::m_length |
length of m_pattern
Definition at line 37 of file DegreePattern.h.
| int* DegreePattern::Pattern::m_pattern |
some array containing the degree pattern
Definition at line 38 of file DegreePattern.h.
| int DegreePattern::Pattern::m_refCounter |
reference counter
Definition at line 36 of file DegreePattern.h.