GNU Radio 3.6.5 C++ API

pmt::pmt_s8vector Class Reference

#include <pmt_int.h>

Inheritance diagram for pmt::pmt_s8vector:
pmt::pmt_uniform_vector pmt::pmt_base

List of all members.

Public Member Functions

 pmt_s8vector (size_t k, int8_t fill)
 pmt_s8vector (size_t k, const int8_t *data)
bool is_s8vector () const
size_t length () const
int8_t ref (size_t k) const
void set (size_t k, int8_t x)
const int8_telements (size_t &len)
int8_twritable_elements (size_t &len)
const void * uniform_elements (size_t &len)
void * uniform_writable_elements (size_t &len)

Constructor & Destructor Documentation

pmt::pmt_s8vector::pmt_s8vector ( size_t  k,
int8_t  fill 
)
pmt::pmt_s8vector::pmt_s8vector ( size_t  k,
const int8_t data 
)

Member Function Documentation

const int8_t* pmt::pmt_s8vector::elements ( size_t &  len)
bool pmt::pmt_s8vector::is_s8vector ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.

size_t pmt::pmt_s8vector::length ( ) const [inline, virtual]
int8_t pmt::pmt_s8vector::ref ( size_t  k) const
void pmt::pmt_s8vector::set ( size_t  k,
int8_t  x 
)
const void* pmt::pmt_s8vector::uniform_elements ( size_t &  len) [virtual]
void* pmt::pmt_s8vector::uniform_writable_elements ( size_t &  len) [virtual]
int8_t* pmt::pmt_s8vector::writable_elements ( size_t &  len)

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