getter @return @a getLength returns the length of the degree pattern
| 84 | /// |
| 85 | /// @return @a getLength returns the length of the degree pattern |
| 86 | inline int getLength() const |
| 87 | { |
| 88 | ASSERT( m_data != NULL, "non-null pointer expected" ); |
| 89 | return m_data->m_length; |
| 90 | } |
| 91 | |
| 92 | /// operator [] |
| 93 | /// |
no outgoing calls
no test coverage detected