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