#include <kino_plugin_types.h>
Public Member Functions | |
| const_iterator (const const_iterator &RHS) | |
| ~const_iterator () | |
| const_iterator & | operator= (const const_iterator &RHS) |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| bool | operator== (const const_iterator &RHS) const |
| const reference | operator * () const |
| const_iterator (implementation *Implementation) | |
Private Attributes | |
| implementation *const | m_implementation |
Friends | |
| class | audio_sequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 813 of file kino_plugin_types.h. |
|
|
Definition at line 807 of file kino_plugin_types.h. |
1.4.2