GNU Radio 3.6.5 C++ API

pmt::pmt_symbol Class Reference

#include <pmt_int.h>

Inheritance diagram for pmt::pmt_symbol:
pmt::pmt_base

List of all members.

Public Member Functions

 pmt_symbol (const std::string &name)
bool is_symbol () const
const std::string name ()
pmt_t next ()
void set_next (pmt_t next)

Constructor & Destructor Documentation

pmt::pmt_symbol::pmt_symbol ( const std::string &  name)

Member Function Documentation

bool pmt::pmt_symbol::is_symbol ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.

const std::string pmt::pmt_symbol::name ( ) [inline]
pmt_t pmt::pmt_symbol::next ( ) [inline]

Referenced by set_next().

void pmt::pmt_symbol::set_next ( pmt_t  next) [inline]

References next().


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