Tawara  0.1.0
Classes | Namespaces | Functions
element.h File Reference
#include <tawara/el_ids.h>
#include <tawara/win_dll.h>
#include <ios>
#include <iostream>
#include <stdint.h>
Include dependency graph for element.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tawara::Element
 The Element interface, a basic interface to an element object. More...
 

Namespaces

 tawara
 

Functions

std::streamsize tawara::skip_read (std::istream &input, bool and_id)
 Skip an element in an input stream. More...
 
std::streamsize tawara::skip_write (std::iostream &stream, bool and_id)
 Skip an element in an input/output stream. More...