GNU Radio 3.6.5 C++ API

pmt::pmt_vector Class Reference

#include <pmt_int.h>

Inheritance diagram for pmt::pmt_vector:
pmt::pmt_base

List of all members.

Public Member Functions

 pmt_vector (size_t len, pmt_t fill)
bool is_vector () const
pmt_t ref (size_t k) const
void set (size_t k, pmt_t obj)
void fill (pmt_t fill)
size_t length () const
pmt_t _ref (size_t k) const

Constructor & Destructor Documentation

pmt::pmt_vector::pmt_vector ( size_t  len,
pmt_t  fill 
)

Member Function Documentation

pmt_t pmt::pmt_vector::_ref ( size_t  k) const [inline]
void pmt::pmt_vector::fill ( pmt_t  fill)
bool pmt::pmt_vector::is_vector ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.

size_t pmt::pmt_vector::length ( ) const [inline]
pmt_t pmt::pmt_vector::ref ( size_t  k) const
void pmt::pmt_vector::set ( size_t  k,
pmt_t  obj 
)

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