#include <kino_plugin_types.h>
Public Types | |
| typedef video_frame * | pointer |
| typedef const video_frame * | const_pointer |
| typedef video_frame & | reference |
| typedef const video_frame & | const_reference |
| typedef video_frame | value_type |
| typedef unsigned long | size_type |
| typedef long | difference_type |
Public Member Functions | |
| virtual size_type | size () const |
| virtual bool | empty () const |
| virtual reference | operator[] (size_type Offset) |
| virtual const_reference | operator[] (size_type Offset) const |
| virtual reference | front () |
| virtual const_reference | front () const |
| virtual reference | back () |
| virtual const_reference | back () const |
| virtual iterator | begin () |
| virtual const_iterator | begin () const |
| virtual iterator | end () |
| virtual const_iterator | end () const |
Protected Member Functions | |
| virtual | ~video_sequence () |
Classes | |
| class | const_iterator |
| class | iterator |
Definition at line 680 of file kino_plugin_types.h.
|
|
Definition at line 684 of file kino_plugin_types.h. |
|
|
Definition at line 686 of file kino_plugin_types.h. |
|
|
Definition at line 689 of file kino_plugin_types.h. |
|
|
Definition at line 683 of file kino_plugin_types.h. |
|
|
Definition at line 685 of file kino_plugin_types.h. |
|
|
Definition at line 688 of file kino_plugin_types.h. |
|
|
Definition at line 687 of file kino_plugin_types.h. |
|
|
Definition at line 730 of file kino_plugin_types.h. 00730 {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2