retdec
Public Member Functions | List of all members
retdec::fileformat::Asn1Null Class Reference

#include <asn1.h>

Inheritance diagram for retdec::fileformat::Asn1Null:
Inheritance graph
[legend]
Collaboration diagram for retdec::fileformat::Asn1Null:
Collaboration graph
[legend]

Public Member Functions

 Asn1Null (const std::vector< std::uint8_t > &data)
 
- Public Member Functions inherited from retdec::fileformat::Asn1Item
virtual ~Asn1Item ()=default
 
std::size_t getLength () const
 
const std::vector< std::uint8_t > & getData () const
 
std::size_t getContentLength () const
 
std::vector< std::uint8_t > getContentData () const
 
bool isNull () const
 
bool isBitString () const
 
bool isOctetString () const
 
bool isSequence () const
 
bool isObject () const
 
bool isContextSpecific () const
 

Additional Inherited Members

- Static Public Member Functions inherited from retdec::fileformat::Asn1Item
static std::shared_ptr< Asn1Itemparse (const std::vector< std::uint8_t > &data)
 
- Protected Member Functions inherited from retdec::fileformat::Asn1Item
 Asn1Item (Asn1Type type, const std::vector< std::uint8_t > &data)
 
- Protected Attributes inherited from retdec::fileformat::Asn1Item
Asn1Type _type
 
std::vector< std::uint8_t > _data
 

Constructor & Destructor Documentation

◆ Asn1Null()

retdec::fileformat::Asn1Null::Asn1Null ( const std::vector< std::uint8_t > &  data)

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