libebml_ng
Classes
EBML Element Instance Templates

Template implementations of the ebml::ebmlElement abstract base class. More...

Classes

class  ebml::ebmlElementCRTP< ebmltype_t, ebmlinst_t, instbase_t >
 CRTP template for EBML Element instances. More...
 

Detailed Description

Template implementations of the ebml::ebmlElement abstract base class.

This group contains the template classes that are specialized with a data type to create a concrete EBML element instance. These classes directly hold the element's value and are the functional objects that are created and manipulated by the library's users.

See also
EBML Element Type Templates