scc 2026.07
SystemC components library
scc::tcp4tlm::message_buffer< Root > Class Template Reference

Public Member Functions

 message_buffer (std::vector< uint8_t > storage)
const Root * root () const
const Root * operator-> () const
 operator bool () const
const uint8_t * data () const
std::size_t size () const

Static Public Member Functions

static bool verify (const uint8_t *data, std::size_t size)

Detailed Description

template<typename Root>
class scc::tcp4tlm::message_buffer< Root >

Definition at line 30 of file messages.h.

Constructor & Destructor Documentation

◆ message_buffer()

template<typename Root>
scc::tcp4tlm::message_buffer< Root >::message_buffer ( std::vector< uint8_t > storage)
inlineexplicit

Definition at line 34 of file messages.h.

Member Function Documentation

◆ data()

template<typename Root>
const uint8_t * scc::tcp4tlm::message_buffer< Root >::data ( ) const
inline

Definition at line 44 of file messages.h.

◆ operator bool()

template<typename Root>
scc::tcp4tlm::message_buffer< Root >::operator bool ( ) const
inlineexplicit

Definition at line 42 of file messages.h.

◆ operator->()

template<typename Root>
const Root * scc::tcp4tlm::message_buffer< Root >::operator-> ( ) const
inline

Definition at line 41 of file messages.h.

◆ root()

template<typename Root>
const Root * scc::tcp4tlm::message_buffer< Root >::root ( ) const
inline

Definition at line 40 of file messages.h.

◆ size()

template<typename Root>
std::size_t scc::tcp4tlm::message_buffer< Root >::size ( ) const
inline

Definition at line 45 of file messages.h.

◆ verify()

template<typename Root>
bool scc::tcp4tlm::message_buffer< Root >::verify ( const uint8_t * data,
std::size_t size )
inlinestatic

Definition at line 47 of file messages.h.


The documentation for this class was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/components/scc/tcp4tlm/messages.h