#include <limits>
#include <vector>
#include "AlAlgs.hpp"
#include "Div.hpp"
#include "mal.h"
Include dependency graph for MalWrapper.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Iterator< Wrappee > |
class | MAlWrapper< alphabet > |
Functions | |
Iterator< MAl > | operator+ (Iterator< MAl > it, int i) |
Iterator< MAl > | operator- (Iterator< MAl > it, int i) |
Iterator< MAl >::difference_type | operator- (Iterator< MAl > it1, Iterator< MAl > it2) |
bool | operator== (Iterator< MAl > &it1, Iterator< MAl > &it2) |
bool | operator!= (Iterator< MAl > &it1, Iterator< MAl > &it2) |
|
Definition at line 70 of file MalWrapper.hpp.
|
|
Definition at line 56 of file MalWrapper.hpp. References Iterator< Wrappee >::c_. 00056 { 00057 it.c_ += i; 00058 return it; 00059 }
|
|
Definition at line 64 of file MalWrapper.hpp. References Iterator< Wrappee >::c_.
|
|
Definition at line 60 of file MalWrapper.hpp. References Iterator< Wrappee >::c_. 00060 { 00061 it.c_ -= i; 00062 return it; 00063 }
|
|
Definition at line 67 of file MalWrapper.hpp. References Iterator< Wrappee >::c_, and Iterator< Wrappee >::r_.
|