|
ipfs-chromium
|
#include <include/ipfs_client/ctx/cbor_parser.h>

Public Member Functions | |
| virtual std::unique_ptr< DagCborValue > | Parse (ByteView cbor)=0 |
A base class for your way of parsing CBOR
|
pure virtual |
| cbor | The CBOR to parse |
Implemented in ipfs::ctx::NullCborParser.