Inheritance diagram for TransposeView:
Public Member Functions | |
TransposeView () | |
TransposeView (const T &) | |
TransposeView (T &) | |
TransposeView (const TransposeView &) | |
const T & | object () const |
T & | object () |
operator T & () | |
operator const T & () const |
This structure allow a programmer to work on a transposed automaton without having really transposed the original automaton. It is just a kind of proxy for an automaton's implementation.
Definition at line 36 of file transpose_view.hh.