Tawara  0.1.0
Namespaces | Classes | Enumerations
Implementations
Collaboration diagram for Implementations:

Namespaces

 tawara
 

Classes

class  tawara::BinaryElement
 Binary primitive element. More...
 
class  tawara::BlockImpl
 Common block functionality implementation. More...
 
class  tawara::DateElement
 Date primitive element. More...
 
class  tawara::FloatElement
 Float primitive element. More...
 
class  tawara::IntElement
 Signed integer primitive element. More...
 
class  tawara::StringElement
 String primitive element. More...
 
class  tawara::TawaraImpl
 Implementation of the Tawara interface. More...
 
class  tawara::UIntElement
 Unsigned integer primitive element. More...
 
class  tawara::VoidElement
 Void primitive element. More...
 

Enumerations

enum  tawara::EBMLFloatPrec { tawara::EBML_FLOAT_PREC_SINGLE, tawara::EBML_FLOAT_PREC_DOUBLE }
 Precision of float elements. More...
 

Detailed Description

Enumeration Type Documentation

Precision of float elements.

Enumerator
EBML_FLOAT_PREC_SINGLE 

Single precision.

EBML_FLOAT_PREC_DOUBLE 

Double precision.

Definition at line 51 of file float_element.h.