GNU Radio 3.6.5 C++ API

pmt_s32vector Class Reference

#include <pmt_unv_int.h>

List of all members.

Public Member Functions

 pmt_s32vector (size_t k, int32_t fill)
 pmt_s32vector (size_t k, const int32_t *data)
bool is_s32vector () const
size_t length () const
int32_t ref (size_t k) const
void set (size_t k, int32_t x)
const int32_telements (size_t &len)
int32_twritable_elements (size_t &len)
const void * uniform_elements (size_t &len)
void * uniform_writable_elements (size_t &len)

Constructor & Destructor Documentation

pmt_s32vector::pmt_s32vector ( size_t  k,
int32_t  fill 
)
pmt_s32vector::pmt_s32vector ( size_t  k,
const int32_t data 
)

Member Function Documentation

const int32_t* pmt_s32vector::elements ( size_t &  len)
bool pmt_s32vector::is_s32vector ( ) const [inline]
size_t pmt_s32vector::length ( ) const [inline]
int32_t pmt_s32vector::ref ( size_t  k) const
void pmt_s32vector::set ( size_t  k,
int32_t  x 
)
const void* pmt_s32vector::uniform_elements ( size_t &  len)
void* pmt_s32vector::uniform_writable_elements ( size_t &  len)
int32_t* pmt_s32vector::writable_elements ( size_t &  len)

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