#include <kino_plugin_types.h>
Public Types | |
| typedef audio_sample * | pointer |
| typedef const audio_sample * | const_pointer |
| typedef audio_sample & | reference |
| typedef const audio_sample & | const_reference |
| typedef audio_sample | value_type |
| typedef unsigned long | size_type |
| typedef long | difference_type |
Public Member Functions | |
| ~audio_sequence () | |
| size_type | size () const |
| bool | empty () const |
| reference | operator[] (size_type Offset) |
| const_reference | operator[] (size_type Offset) const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| void | push_back (const_reference Value) |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| audio_sequence (implementation *Implementation) | |
Private Attributes | |
| implementation *const | m_implementation |
Classes | |
| class | const_iterator |
| class | iterator |
Definition at line 737 of file kino_plugin_types.h.
|
|
Definition at line 741 of file kino_plugin_types.h. |
|
|
Definition at line 743 of file kino_plugin_types.h. |
|
|
Definition at line 746 of file kino_plugin_types.h. |
|
|
Definition at line 740 of file kino_plugin_types.h. |
|
|
Definition at line 742 of file kino_plugin_types.h. |
|
|
Definition at line 745 of file kino_plugin_types.h. |
|
|
Definition at line 744 of file kino_plugin_types.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 823 of file kino_plugin_types.h. |
1.4.2