|
Tawara
0.1.0
|
Implementation of the Tawara interface. More...
#include <tawara/tawara_impl.h>


Public Member Functions | |
| TawaraImpl (std::iostream &stream) | |
| Create a new Tawara implementation object. More... | |
| virtual | ~TawaraImpl () |
| Destructor for the Tawara implementation object. More... | |
Public Member Functions inherited from tawara::Tawara | |
| Tawara (std::iostream &stream) | |
| Create a new Tawara object. More... | |
| virtual | ~Tawara () |
| Destroy the Tawara object. More... | |
Protected Member Functions | |
| void | prepare_stream () |
| Prepares the stream for use by checking for EBML content, and adding a header if the stream is empty. More... | |
Protected Attributes | |
| std::iostream & | stream_ |
| The stream being operated on. More... | |
Implementation of the Tawara interface.
See tawara::Tawara for method documentation.
Definition at line 58 of file tawara_impl.h.
| tawara::TawaraImpl::TawaraImpl | ( | std::iostream & | stream | ) |
Create a new Tawara implementation object.
|
inlinevirtual |
Destructor for the Tawara implementation object.
Definition at line 65 of file tawara_impl.h.
|
protected |
Prepares the stream for use by checking for EBML content, and adding a header if the stream is empty.
|
protected |
The stream being operated on.
Definition at line 65 of file tawara_impl.h.
1.8.8