libdrmconf  0.10.4
A library to program DMR radios.
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AnytoneFileReader::Element Class Referenceabstract

Base class for all elements in the codeplug file. More...

#include <anytone_filereader.hh>

Inheritance diagram for AnytoneFileReader::Element:
Inheritance graph
[legend]

Public Member Functions

virtual ~Element ()
 Destructor.
 
virtual size_t size () const =0
 Returns the storage size of the element.
 

Protected Member Functions

 Element (const uint8_t *ptr)
 Hidden constructor.
 

Protected Attributes

const uint8_t * _data
 Pointer to the actual element.
 

Detailed Description

Base class for all elements in the codeplug file.


The documentation for this class was generated from the following files: