Public Types | |
typedef T | asn1c_type |
Public Member Functions | |
asn1c_wrapper_common (asn_TYPE_descriptor_t &desc) | |
asn1c_wrapper_common (const asn1c_wrapper_common &other) | |
asn1c_wrapper_common & | operator= (const asn1c_wrapper_common &other) |
asn1c_wrapper_common (asn1c_wrapper_common &&other) noexcept | |
asn1c_wrapper_common & | operator= (asn1c_wrapper_common &&other) noexcept |
asn1c_type & | operator* () |
asn1c_type * | operator-> () |
const asn1c_type & | operator* () const |
const asn1c_type * | operator-> () const |
const asn1c_type * | content () const |
asn1c_type * | content () |
bool | validate () const |
bool | validate (std::string &error) const |
void | swap (asn1c_wrapper_common &other) noexcept |
Protected Attributes | |
asn1c_type * | m_struct |
asn_TYPE_descriptor_t & | m_type |
Definition at line 37 of file asn1c_wrapper.hpp.
typedef T vanetza::asn1::asn1c_wrapper_common< T >::asn1c_type |
Definition at line 41 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 43 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 45 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 48 of file asn1c_wrapper.hpp.
|
inlinenoexcept |
Definition at line 58 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 74 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 73 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 67 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 69 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 68 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 70 of file asn1c_wrapper.hpp.
|
inlinenoexcept |
Definition at line 60 of file asn1c_wrapper.hpp.
|
inline |
Definition at line 50 of file asn1c_wrapper.hpp.
|
inlinenoexcept |
Swap ASN.1 wrapper content
other | wrapper |
Definition at line 100 of file asn1c_wrapper.hpp.
|
inline |
Check ASN.1 constraints
error | (optional) copy of error message |
Definition at line 81 of file asn1c_wrapper.hpp.
|
inline |
Check ASN.1 constraints
error | Error message if any constraint failed |
Definition at line 91 of file asn1c_wrapper.hpp.
|
protected |
Definition at line 107 of file asn1c_wrapper.hpp.
|
protected |
Definition at line 108 of file asn1c_wrapper.hpp.