|
RawSpeed
fast raw decoding library
|
#include "codes/BinaryPrefixTree.h"
Public Types | |
| enum class | Type : uint8_t { Branch , Leaf } |
Public Member Functions | |
| operator typename Node::Type () const final | |
| Leaf ()=default | |
| Leaf (CodeTy value_) | |
| virtual | operator Type () const =0 |
| Branch & | getAsBranch () |
| Leaf & | getAsLeaf () |
Public Attributes | |
| CodeTy | value |
Definition at line 70 of file BinaryPrefixTree.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Branch | |
| Leaf | |
Definition at line 45 of file BinaryPrefixTree.h.
|
default |
|
inlineexplicit |
Definition at line 79 of file BinaryPrefixTree.h.
References value.
|
inlineinherited |
Definition at line 49 of file BinaryPrefixTree.h.
References assert().
|
inlineinherited |
Definition at line 54 of file BinaryPrefixTree.h.
References assert().
|
explicitpure virtualinherited |
|
inlineexplicitfinal |
Definition at line 71 of file BinaryPrefixTree.h.
| CodeTy rawspeed::BinaryPrefixTree< CodeTag >::Leaf::value |
Definition at line 75 of file BinaryPrefixTree.h.
Referenced by Leaf().